SoapTcpActiveInputChannel Members

Defines a messaging connection that allows messages to be received from a given endpoint. This class cannot be inherited.

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

Public Properties

  Name Description
public property Capabilities  Gets the capabilities of the SOAP channel.(Inherited from SoapChannel)
public property IsClosed  Gets a value indicating whether the channel is closed.(Inherited from SoapChannel)
public property LocalEndpoint  Gets the target endpoint for the channel. (Inherited from SoapInputChannel)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method BeginReceive  (Inherited from SoapInputChannel )
public method Close  When overridden in a derived class, closes the channel. (Inherited from SoapTcpInputChannel)
public method EndReceive  (Inherited from SoapInputChannel )
public method Enqueue  (Inherited from SoapInputChannel )
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method Receive  Receives a message on the channel. (Inherited from SoapInputChannel)
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )
protected method OnClosed  Raises the Closed event.(Inherited from SoapChannel)

Top

Public Events

  Name Description
public event Closed  Occurs when the channel is closed. (Inherited from SoapChannel)

Top

See Also

Reference

SoapTcpActiveInputChannel Class
Microsoft.Web.Services3.Messaging Namespace