SoapHttpOutputChannel Members
Defines a messaging connection that allows messages to be sent to a given endpoint using HTTP. This class cannot be inherited.
The following tables list the members exposed by the SoapHttpOutputChannel type.
Public Properties
Name | Description | |
---|---|---|
Capabilities | Gets the capabilities of the SOAP channel.(Inherited from SoapChannel) | |
IsClosed | Gets a value indicating whether the channel is closed.(Inherited from SoapChannel) | |
Options | Gets the options of the SOAP channel. | |
RemoteEndpoint | Gets the target endpoint for the channel. (Inherited from SoapOutputChannel) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginSend | (Inherited from SoapOutputChannel ) | |
Close | Closes the channel.(Inherited from SoapChannel) | |
EndSend | (Inherited from SoapOutputChannel ) | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
Send | Overridden. Sends a message on the channel. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) | |
OnClosed | Raises the Closed event.(Inherited from SoapChannel) |
Top
Public Events
Name | Description | |
---|---|---|
Closed | Occurs when the channel is closed. (Inherited from SoapChannel) |
Top
See Also
Reference
SoapHttpOutputChannel Class
Microsoft.Web.Services3.Messaging Namespace