Share via


SoapHttpRequestChannel Members

Defines a messaging connection between two endpoints and allows messages to be sent and received between those endpoints using HTTP. This class cannot be inherited.

The following tables list the members exposed by the SoapHttpRequestChannel type.

Public Properties

  Name Description
public property Capabilities Gets the capabilities of the SOAP channel.
public property Closed Gets a value indicating whether the channel is closed.
public property LocalEndpoint Gets the target endpoint for the channel.
public property RemoteEndpoint Gets the target endpoint for the channel.

Top

Public Methods

  Name Description
public method BeginReceive Starts an asynchronous receive operation.
public method BeginSend Starts an asynchronous send operation.
public method Close Overloaded.  
public method EndReceive Ends a pending asynchronous receive operation.
public method EndSend Ends a pending asynchronous send operation.
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method Receive Receives a message on the channel.
public method Send Sends a message on the channel.
public method ToString  (inherited from Object )

Top

See Also

Reference

SoapHttpRequestChannel Class
Microsoft.Web.Services2.Messaging Namespace