SoapAspNetRequestChannel Members
Defines a connection with a Web service that is hosted by ASP.NET and allows SOAP messages to be received and sent from a given endpoint. This class cannot be inherited.
The following tables list the members exposed by the SoapAspNetRequestChannel 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) | |
LocalEndpoint | Gets the endpoint for the Web service. | |
RemoteEndpoint | Gets the endpoint for the client that is communicating with the Web service. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginReceive | Starts an asynchronous receive operation. The default implementation always throws an exception. | |
BeginSend | Starts an asynchronous send operation. The default implementation always throws an exception. | |
Close | Overloaded. Overridden. Closes the channel. | |
EndReceive | Ends a pending asynchronous receive operation. The default implementation always throws an exception. | |
EndSend | Ends a pending asynchronous send operation. The default implementation always throws an exception. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
Receive | Receives a message on the channel at the endpoint specified in the LocalEndpoint property. | |
ReferenceEquals | (Inherited from Object ) | |
Send | Sends a SOAP message to the client at the destination specified in the RemoteEndpoint property. | |
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
SoapAspNetRequestChannel Class
Microsoft.Web.Services3.Messaging Namespace