Share via


SoapTcpTransport Members

Represents the protocol used to transport the SOAP message.

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

Public Constructors

  Name Description
SoapTcpTransport Overloaded. Initializes a new instance of the SoapTcpTransport class.

Top

Public Fields

  Name Description
public field static UriScheme Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP). This field is read-only.

Top

Public Properties

(see also Protected Properties )

  Name Description
public property Options Gets the options for the transport.
public property SoapBindingTransportUri Gets the transport URI that is written to the WSDL file in the binding/soapbinding/@Transport attribute when the TCP protocol is required.

Top

Protected Properties

  Name Description
protected property InputChannels  Gets the set of active sending channels indexed by URI. (Inherited from SoapTransport)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Dispose Releases all resources used by the SoapTcpTransport.
public method Equals  Overloaded. (Inherited from Object )
public method static GetCanonicalHostName  (Inherited from SoapTransport )
public method GetHashCode  (Inherited from Object )
public method GetInputChannel Overloaded.  
public method GetOutputChannel Gets the output channel for the transport.
public method static GetTransport  Overloaded. (Inherited from SoapTransport )
public method GetType  (Inherited from Object )
public method static LoadFormatter  Overloaded. (Inherited from SoapTransport )
public method static ReferenceEquals  (Inherited from Object )
public method static StaticGetInputChannel  (Inherited from SoapTransport )
public method static StaticGetOutputChannel  (Inherited from SoapTransport )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method DispatchMessage  (Inherited from SoapTransport )
protected method Finalize  (Inherited from Object )
protected method GetFaultMessage  (Inherited from SoapTransport )
protected method GetInputChannel Overloaded.  
protected method MemberwiseClone  (Inherited from Object )
protected method RaiseDispatchFailed  (Inherited from SoapTransport )

Top

Public Events

  Name Description
public event static DispatchFailed  Occurs when a SOAP message fails to dispatch. (Inherited from SoapTransport)

Top

See Also

Reference

SoapTcpTransport Class
Microsoft.Web.Services3.Messaging Namespace