Microsoft.Web.Services2.Messaging Namespace

Classes

Class Description
SoapActorAttribute Indicates the recipient of a header element. This class cannot be inherited.
SoapClient Represents a client for sending SOAP messages using transport-independent protocols.
SoapDimeFormatter Represents a SOAP formatter that can serialize a SoapEnvelope into a System.IO.Stream and deserialize from a System.IO.Stream. This class cannot be inherited.
SoapHttpChannelOptions Defines SOAP HTTP channel options. This class cannot be inherited.
SoapHttpInputChannel Defines a messaging connection that allows messages to be received from a given endpoint using HTTP. This class cannot be inherited.
SoapHttpOutputChannel Defines a messaging connection that allows messages to be sent to a given endpoint using HTTP. This class cannot be inherited.
SoapHttpRequestChannel Defines a messaging connection between two endpoints and allows messages to be sent and received between those endpoints using HTTP. This class cannot be inherited.
SoapHttpRouter Provides the routing handler for a message path intermediary.
SoapHttpTransport Represents a SOAP transport that uses the HTTP protocol. This class cannot be inherited.
SoapInprocInputChannel Defines a messaging connection that is actively listening. This class cannot be inherited.
SoapInprocOutputChannel Defines a messaging connection that can only send messages. This class cannot be inherited.
SoapInprocTransport Represents the protocol used to transport the SOAP message. This class cannot be inherited.
SoapInputChannel Defines a messaging connection that allows messages to be received from a given endpoint.
SoapInputChannelCollection Represents a collection of ISoapInputChannel objects.
SoapMessageQueue Represents a first-in, first-out collection of SOAP messages. This class cannot be inherited.
SoapMethodAttribute Indicates that a method is callable across the Internet. This class cannot be inherited.
SoapOutputChannel Defines a messaging connection that allows messages to be sent to a given endpoint.
SoapOutputChannelCollection Represents a collection of ISoapOutputChannel objects.
SoapPlainFormatter Represents a SOAP formatter that serializes a SOAP envelope into a stream and deserializes a SOAP envelope from a stream. This class cannot be inherited.
SoapPort Provides a base class for defining filtering for SOAP send and receive operations.
SoapReceiver Provides a base class for receiving SOAP messages using the SOAP Messaging feature set.
SoapReceivers Represents a collection of SoapReceiver objects. This class cannot be inherited.
SoapSender Provides the ability to transmit a SOAP message one way to a specified destination.
SoapService Defines a Web service that is used to receive SOAP request messages and send SOAP response messages that are transport independent.
SoapServiceAttribute Indicates that a service is callable across the Internet. This class cannot be inherited.
SoapTcpActiveInputChannel Defines a messaging connection that allows messages to be received from a given endpoint. This class cannot be inherited.
SoapTcpInputChannel Defines a messaging connection that allows messages to be received from a given endpoint.
SoapTcpOutputChannel Defines a messaging connection that allows messages to be sent from to a given endpoint. This class cannot be inherited.
SoapTcpPassiveInputChannel Defines a messaging connection that allows messages to be received from a given endpoint. This class cannot be inherited.
SoapTcpTransport Represents the protocol used to transport the SOAP message.
SoapTcpTransportOptions Defines SOAP TCP transport options.
SoapTransport Represents the protocol used to transport the SOAP message.
SoapTransport.DispatchFailedEventArgs Provides data for the DispatchFailed event. This class cannot be inherited.

Interfaces

Interface Description
ISoapChannel Defines the members for a SOAP channel.
ISoapFormatter Defines the members for a SOAP formatter.
ISoapInputChannel Defines the members for a SOAP input channel.
ISoapOutputChannel Defines the members for a SOAP output channel.
ISoapTransport Provides the base interface for objects that represent SOAP transports.

Delegates

Delegate Description
SoapTransport.DispatchFailedEventHandler Represents the method that handles the DispatchFailed event of a SoapTransport.

Enumerations

Enumeration Description
SoapChannelCapabilities Specifies the capabilities of a SOAP channel.
SoapReceiver.MessageDispatch Specifies the possible dispatch models for a SoapReceiver.