WCF-Xtensions Class Reference for Mono
EnvelopeBehavior Constructor






And opperation to associate this behavior too.
Specifies whether behavior is getting created for dispatcher role.
Initializes a new instance of EnvelopeBehavior associated to the specific operation.
Syntax
'Declaration
 
Protected Function New( _
   ByVal operation As System.ServiceModel.Description.OperationDescription, _
   ByVal dispatcher As System.Boolean _
)
'Usage
 
Dim operation As System.ServiceModel.Description.OperationDescription
Dim dispatcher As System.Boolean
 
Dim instance As New EnvelopeBehavior(operation, dispatcher)
protected EnvelopeBehavior( 
   System.ServiceModel.Description.OperationDescription operation,
   System.bool dispatcher
)
protected EnvelopeBehavior( 
    operation: System.ServiceModel.Description.OperationDescription;
    dispatcher: System.Boolean
); 
protected function EnvelopeBehavior( 
   operation : System.ServiceModel.Description.OperationDescription,
   dispatcher : System.boolean
);
protected: EnvelopeBehavior( 
   System.ServiceModel.Description.OperationDescription* operation,
   System.bool dispatcher
)
protected:
EnvelopeBehavior( 
   System.ServiceModel.Description.OperationDescription^ operation,
   System.bool dispatcher
)

Parameters

operation
And opperation to associate this behavior too.
dispatcher
Specifies whether behavior is getting created for dispatcher role.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EnvelopeBehavior Class
EnvelopeBehavior Members

Send Feedback