Share via


SoapHttpTransport Members

Represents a SOAP transport that uses the HTTP protocol. This class cannot be inherited.

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

Public Constructors

  Name Description
SoapHttpTransport Overloaded.  

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 Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetInputChannel Overloaded.  
public method GetOutputChannel Gets an output channel for the specified target endpoint reference.
public method GetType  (inherited from Object )
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method DispatchMessage  Gets the input channel for the transport. (inherited from SoapTransport)
protected method Finalize  (inherited from Object )
protected method GetFaultMessage  Sets the fault response headers of the specified message with the specified fault and returns the fault as a SOAP message. (inherited from SoapTransport)
protected method GetInputChannel  Overloaded. (inherited from SoapTransport )
protected method MemberwiseClone  (inherited from Object )
protected method RaiseDispatchFailed  Raises the DispatchFailed event or writes an event to the event log. (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

SoapHttpTransport Class
Microsoft.Web.Services2.Messaging Namespace