Class | Description | |
---|---|---|
![]() | CustomOperationSelectorAttribute | Provides an alternative mechanism of dispatching messages by custom criteria. |
![]() | EnableCompressionAttribute | This attribute allows you to specify which operations may use compression. |
![]() | EnumerableStreamAttribute | An operation behavior that reduces memory consumption by serializing IEnumerable parameters in a streamed manner. |
![]() | EnumerableStreamBehavior | An operation behavior that reduces memory consumption by serializing IEnumerable parameters in a streamed manner. |
![]() | EnvelopeBehavior | An operation behavior that reduces message size by serializing the message body into a compact envelope. |
![]() | EnvelopeBehaviorAttribute | Specifies that EnvelopeBehavior is going to be applied to the service operation. |
![]() | EnvelopeEndpointBehavior | Specifies that EnvelopeBehavior will be applied on every operation of the service endpoint. |
![]() | ExportMetadataBehavior | Enables service to publish WSDL through WCF-Xtensions transport endpoints. |
![]() | JsonRpcEndpointBehavior | Provides JSON messaging dispatching and formatters to the service model endpoint. |
![]() | MessageBodyEnvelope | Class used internaly by EnvelopeBehavior to write/read enveloped messages. |
![]() | OperationMessageFilterAttributeBase | Represents a base class to be derived by the custom message filter attribute which can be used to modify the message dispatching behavior. |
![]() | QualifiedNameMessageFilterAttribute | Associates the message to the local operation by evaluating the qualified name of the first element in the request body. |
![]() | QualifiedNameOperationSelectorAttribute | Provides an alternative mechanism of dispatching messages by the qualified name of the first element in the request body. |
Interface | Description | |
---|---|---|
![]() | IOperationMessageFilter | Defines an interface to be implemented by the custom message filter attribute which can be used to modify the message dispatching behavior. |