WCF-Xtensions Class Reference for Mono
SessionMode Property (FastInfosetSettingsElement)






Permits FastInfoset message encoding to work in stateful mode whenever transport can maintain state.
Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="sessionMode", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property SessionMode As FastInfosetSessionMode
'Usage
 
Dim instance As FastInfosetSettingsElement
Dim value As FastInfosetSessionMode
 
instance.SessionMode = value
 
value = instance.SessionMode
[System.Configuration.ConfigurationProperty(Name="sessionMode", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public FastInfosetSessionMode SessionMode {get; set;}
public read-write property SessionMode: FastInfosetSessionMode; 
System.Configuration.ConfigurationPropertyAttribute(Name="sessionMode", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set SessionMode : FastInfosetSessionMode
[System.Configuration.ConfigurationProperty(Name="sessionMode", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property FastInfosetSessionMode get_SessionMode();
public: __property void set_SessionMode( 
   FastInfosetSessionMode value
);
[System.Configuration.ConfigurationProperty(Name="sessionMode", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property FastInfosetSessionMode SessionMode {
   FastInfosetSessionMode get();
   void set (    FastInfosetSessionMode value);
}
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

FastInfosetSettingsElement Class
FastInfosetSettingsElement Members

Send Feedback