WCF-Xtensions Class Reference for Mono
Noemax.WCFX.Behaviors Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassCustomOperationSelectorAttribute Provides an alternative mechanism of dispatching messages by custom criteria.
ClassEnableCompressionAttribute

This attribute allows you to specify which operations may use compression.

ClassEnumerableStreamAttribute An operation behavior that reduces memory consumption by serializing IEnumerable parameters in a streamed manner.
ClassEnumerableStreamBehavior An operation behavior that reduces memory consumption by serializing IEnumerable parameters in a streamed manner.
ClassEnvelopeBehavior An operation behavior that reduces message size by serializing the message body into a compact envelope.
ClassEnvelopeBehaviorAttribute Specifies that EnvelopeBehavior is going to be applied to the service operation.
ClassEnvelopeEndpointBehavior Specifies that EnvelopeBehavior will be applied on every operation of the service endpoint.
ClassExportMetadataBehavior Enables service to publish WSDL through WCF-Xtensions transport endpoints.
ClassJsonRpcEndpointBehavior Provides JSON messaging dispatching and formatters to the service model endpoint.
ClassMessageBodyEnvelope Class used internaly by EnvelopeBehavior to write/read enveloped messages.
ClassOperationMessageFilterAttributeBase Represents a base class to be derived by the custom message filter attribute which can be used to modify the message dispatching behavior.
ClassQualifiedNameMessageFilterAttribute Associates the message to the local operation by evaluating the qualified name of the first element in the request body.
ClassQualifiedNameOperationSelectorAttribute Provides an alternative mechanism of dispatching messages by the qualified name of the first element in the request body.
Interfaces
 InterfaceDescription
InterfaceIOperationMessageFilter Defines an interface to be implemented by the custom message filter attribute which can be used to modify the message dispatching behavior.
See Also

Reference

Noemax.WCFX.Net4.Mono Assembly

Send Feedback