SoapTcpInputChannel Members
Defines a messaging connection that allows messages to be received from a given endpoint.
The following tables list the members exposed by the SoapTcpInputChannel type.
Protected Constructors
Name | Description | |
---|---|---|
SoapTcpInputChannel | Initializes a new instance of the SoapTcpInputChannel class with the specified endpoint and transport. |
Top
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) | |
LocalEndpoint | Gets the target endpoint for the channel. (Inherited from SoapInputChannel) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginReceive | (Inherited from SoapInputChannel ) | |
Close | Overridden. When overridden in a derived class, closes the channel. | |
EndReceive | (Inherited from SoapInputChannel ) | |
Enqueue | (Inherited from SoapInputChannel ) | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
Receive | Receives a message on the channel. (Inherited from SoapInputChannel) | |
ReferenceEquals | (Inherited from Object ) | |
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
SoapTcpInputChannel Class
Microsoft.Web.Services3.Messaging Namespace