Share via


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
public property Capabilities Overridden. Gets the capabilities of the SOAP channel.
public property Closed  Gets a value indicating whether the channel is closed.(inherited from SoapOutputChannel)
public property Options Gets the options of the SOAP channel.
public property RemoteEndpoint  Gets the target endpoint for the channel.(inherited from SoapOutputChannel)

Top

Public Methods

  Name Description
public method BeginSend  Starts an asynchronous send operation. (inherited from SoapOutputChannel)
public method Close  When overridden in a derived class, closes the channel. (inherited from SoapOutputChannel)
public method EndSend  Ends a pending asynchronous send operation. (inherited from SoapOutputChannel)
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method Send Overridden. Sends a message on the channel.
public method ToString  (inherited from Object )

Top

See Also

Reference

SoapHttpOutputChannel Class
Microsoft.Web.Services2.Messaging Namespace