WCF-Xtensions Class Reference for Mono
ProcessIncomming Property (EnvelopeEndpointBehaviorElement)






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
 
<System.Configuration.ConfigurationPropertyAttribute(Name="processIncomming", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property ProcessIncomming As System.Boolean
'Usage
 
Dim instance As EnvelopeEndpointBehaviorElement
Dim value As System.Boolean
 
instance.ProcessIncomming = value
 
value = instance.ProcessIncomming
[System.Configuration.ConfigurationProperty(Name="processIncomming", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public System.bool ProcessIncomming {get; set;}
public read-write property ProcessIncomming: System.Boolean; 
System.Configuration.ConfigurationPropertyAttribute(Name="processIncomming", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set ProcessIncomming : System.boolean
[System.Configuration.ConfigurationProperty(Name="processIncomming", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property System.bool get_ProcessIncomming();
public: __property void set_ProcessIncomming( 
   System.bool value
);
[System.Configuration.ConfigurationProperty(Name="processIncomming", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property System.bool ProcessIncomming {
   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

EnvelopeEndpointBehaviorElement Class
EnvelopeEndpointBehaviorElement Members

Send Feedback