WCF-Xtensions Class Reference for Mono
ProcessOutgoing Property (EnvelopeEndpointBehavior)






Gets and sets whether incomming messages need to be de-enveloped. If set too true behavior will attempt to de-envelope incomming messages.
Syntax
'Declaration
 
Public Property ProcessOutgoing As System.Boolean
'Usage
 
Dim instance As EnvelopeEndpointBehavior
Dim value As System.Boolean
 
instance.ProcessOutgoing = value
 
value = instance.ProcessOutgoing
public System.bool ProcessOutgoing {get; set;}
public read-write property ProcessOutgoing: System.Boolean; 
public function get,set ProcessOutgoing : System.boolean
public: __property System.bool get_ProcessOutgoing();
public: __property void set_ProcessOutgoing( 
   System.bool value
);
public:
property System.bool ProcessOutgoing {
   System.bool get();
   void set (    System.bool value);
}
Remarks
In case when this property is to true and message is actually not enveloped, no actions will be taken and message will be forwarded for farther processing.
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

EnvelopeEndpointBehavior Class
EnvelopeEndpointBehavior Members

Send Feedback