SoapClient Members
Represents a client for sending SOAP messages using transport-independent protocols.
The following tables list the members exposed by the SoapClient type.
Protected Constructors
Name | Description | |
---|---|---|
SoapClient | Overloaded. Initializes a new instance of the SoapClient class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Channel | Gets the output channel for the sender. (Inherited from SoapSender) | |
DefaultTimeout | The time to wait for a response from a SendRequestResponse operation for all soap clients. | |
Destination | Specifies the SOAP message receiver endpoint. (Inherited from SoapSender) | |
Pipeline | Gets or sets an object that allows custom filtering of messages. (Inherited from SoapPort) | |
RequireMtom | Gets or sets a value indicating whether SOAP messages must be MTOM encoded.(Inherited from SoapSender) | |
SessionState | (Inherited from SoapSender ) | |
SoapVersion | Gets or sets the version of the SOAP protocol. | |
Timeout | The time to wait for a response from a SendRequestResponse operation. |
Top
Protected Properties
Name | Description | |
---|---|---|
SoapServiceAttribute | Gets the SoapServiceAttribute for the SoapClient. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginSend | (Inherited from SoapSender ) | |
EndSend | (Inherited from SoapSender ) | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
Send | (Inherited from SoapSender ) | |
SetPolicy | Overloaded. (Inherited from SoapSender ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
BeginSendOneWay | Overloaded. | |
BeginSendRequestResponse | Overloaded. | |
EndSendOneWay | Ends a pending asynchronous send operation. | |
EndSendRequestResponse | Ends a pending asynchronous request. | |
FilterMessage | (Inherited from SoapSender ) | |
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) | |
SendOneWay | Overloaded. | |
SendRequestResponse | Overloaded. |
Top
See Also
Reference
SoapClient Class
Microsoft.Web.Services3.Messaging Namespace