System.ServiceModel.Channels Namespace
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Contains the types, enumerations, and interfaces required to construct and modify the messages used by clients to communicate with services, the types of channels used to exchange messages, the channel factories used to construct those channels, and the binding elements used to configure them.
Classes
Class | Description | |
---|---|---|
AddressHeader | Represents a header that encapsulates an address information item used to identify or interact with an endpoint. | |
AddressHeaderCollection | Represents a thread-safe, read-only collection of address headers. | |
AddressingVersion | The WS-Addressing version associated with a SOAP message or understood by an endpoint. | |
BinaryMessageEncodingBindingElement | The binding element that specifies the .NET Binary Format for XML used to encode messages. | |
Binding | Contains the binding elements that specify the protocols, transports, and message encoders used for communication between clients and services. | |
BindingContext | Provides information about the addresses, bindings, binding elements and binding parameters required to build the channel factories on a Silverlight 5 client. | |
BindingElement | The elements of the bindings that build the channel factories for various types of channels that are used to process outgoing messages on a Silverlight client. | |
BindingElementCollection | Represents the collection of binding elements used in a binding. | |
BindingParameterCollection | Represents a collection of binding parameters that store information used by binding elements to build factories. | |
BodyWriter | Represents the writer of the message body. | |
BufferManager | When implemented in a derived class, you can use the BufferManager class to manage a buffer pool. The pool and its buffers are created when you instantiate this class and destroyed when the buffer pool is reclaimed by garbage collection. Every time you need to use a buffer, you take one from the pool, use it, and return it to the pool when done. This process is much faster and uses fewer resources than creating and destroying a buffer every time you need to use one. | |
ChannelBase | Provides the base implementation for custom channels. | |
ChannelFactoryBase | Provides a common base implementation for all custom channel factories. | |
ChannelFactoryBase<TChannel> | Provides a common base implementation for channel factories on the client to create channels of a specified type connected to a specified address. | |
ChannelManagerBase | Provides a base implementation for managing the default timeouts that are associated with channel and listener factories. | |
ChannelParameterCollection | Represents a collection of channel parameters. | |
CommunicationObject | Provides a common base implementation for the basic state machine common to all communication-oriented objects in the system, including channels and the channel factories. | |
ConnectionOrientedTransportBindingElement | An abstract class that supplements the base TransportBindingElement class with additional properties that are common to connection-oriented transports, such as TCP. | |
CustomBinding | Defines a binding from a list of binding elements. | |
FaultConverter | Converts exceptions thrown by a channel into SOAP fault messages that conform to the channel's protocol. | |
HttpCookieContainerBindingElement | Enables management of how HTTP cookies are handled in HTTP requests and responses. | |
HttpRequestMessageProperty | Provides access to the HTTP request to access and respond to the additional information that is made available for requests over the HTTP protocol. | |
HttpResponseMessageProperty | Provides access to the HTTP response in order to access and respond to the additional information made available for requests over the HTTP protocol. | |
HttpsTransportBindingElement | Represents the binding element used to specify an HTTPS transport for transmitting messages. | |
HttpTransportBindingElement | Represents the binding element used to specify an HTTP transport for transmitting messages. | |
LocalClientSecuritySettings | Specifies local client security settings. | |
Message | Represents the unit of communication between endpoints in a distributed environment. | |
MessageBuffer | Represents a memory buffer that stores an entire message for future consumption. | |
MessageEncoder | The encoder is the component that is used to write messages to a stream and to read messages from a stream. | |
MessageEncoderFactory | An abstract base class that represents the factory for producing message encoders that can read messages from a stream and write them to a stream for various types of message encoding. | |
MessageEncodingBindingElement | The binding element that specifies the message version used to encode messages. | |
MessageFault | Represents an in-memory representation of a SOAP fault that can be passed to CreateMessage to create a message that contains a fault. | |
MessageHeader | Represents the content of a SOAP header. | |
MessageHeaderInfo | Represents system information regarding a SOAP message header. | |
MessageHeaders | Represents a collection of message headers for a message. This class cannot be inherited. | |
MessageProperties | Represents a set of properties for a message. This class cannot be inherited. | |
MessageVersion | Specifies the versions of SOAP and WS-Addressing associated with a message and its exchange. | |
PollingDuplexBindingElement | Represents the binding element that enables duplex communication between a Silverlight 5 client and a service. | |
RequestContext | Provides a reply that is correlated to an incoming request. | |
SecurityBindingElement | An abstract class that, when implemented, represents a binding element that supports channel SOAP message security. | |
TcpConnectionPoolSettings | Represents properties that control the behavior of the TCP connection pool. | |
TcpTransportBindingElement | Represents the binding element for the Transmission Control Protocol (TCP) transport. | |
TextMessageEncodingBindingElement | The binding element that specifies the character encoding and message versioning used for text-based SOAP messages. | |
TransportBindingElement | An abstract base class that represents a transport binding element. | |
TransportSecurityBindingElement | Represents a custom binding element that supports mixed-mode security (such as optimized message security over a secure transport). | |
WebBodyFormatMessageProperty | Stores and retrieves the message encoding format of incoming and outgoing messages for the composite Web message encoder. |
Interfaces
Interface | Description | |
---|---|---|
IChannel | Defines the basic interface that all channel objects must implement. It requires that they implement the state machine interface shared by all communication objects and that they implement a method to retrieve objects from the channel stack. | |
IChannelFactory | Defines the interface that must be implemented by a channel factory to produce channels. | |
IChannelFactory<TChannel> | Defines the interface that must be implemented by channel factories that create type-specific channels. | |
IDuplexChannel | Defines the interface that a channel must implement to both send and receive messages. | |
IDuplexSession | Defines the interface for the session implemented on each side of a bi-directional communication between messaging endpoints. | |
IDuplexSessionChannel | Defines the interface that associates a duplex channel with a session. | |
IHttpCookieContainerManager | Defines the interface used to provide access to an optional instance of CookieContainer that can be used to manage a collection of cookies. | |
IInputChannel | Defines the interface that a channel must implement to receive a message. | |
IInputSession | Defines the interface for the session implemented on the receiving side of a one-way communication between messaging endpoints. | |
IInputSessionChannel | Defines the interface that associates an input channel with a session. | |
IMessageProperty | Defines an interface that you can implement to describe a set of properties for a message. | |
IOutputChannel | Defines the interface that a channel must implement to send a message. | |
IOutputSession | Defines the interface for the session implemented on the sending side of a one-way communication between messaging endpoints. | |
IOutputSessionChannel | Defines the interface that associates an output channel with a session. | |
IRequestChannel | Defines the contract that a channel must implement to be on the requesting side of a request-reply communication between messaging endpoints. | |
IRequestSessionChannel | Defines the interface to associate a request channel with a session. | |
ISession | Defines the interface to establish a shared context among parties that exchange messages by providing an ID for the communication session. | |
ISessionChannel<TSession> | Defines the interface that associates a channel with a specific type of session. |
Enumerations
Enumeration | Description | |
---|---|---|
MessageState | Specifies the status of a message. | |
PollingDuplexMode | Specifies the format of server responses to client polling when the communication is configured for duplex polling. | |
WebContentFormat | Specifies the message formats to which content types of incoming messages can be mapped. |