FastInfoset.NET Class Reference for .NET
PermitStateful Property (FastInfosetSettings)






Permits FastInfoset message encoding to work in stateful mode whenever transport can maintain state.
Syntax
'Declaration
 
Public Property PermitStateful As System.Boolean
'Usage
 
Dim instance As FastInfosetSettings
Dim value As System.Boolean
 
instance.PermitStateful = value
 
value = instance.PermitStateful
public System.bool PermitStateful {get; set;}
public read-write property PermitStateful: System.Boolean; 
public function get,set PermitStateful : System.boolean
public: __property System.bool get_PermitStateful();
public: __property void set_PermitStateful( 
   System.bool value
);
public:
property System.bool PermitStateful {
   System.bool get();
   void set (    System.bool 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

FastInfosetSettings Class
FastInfosetSettings Members

Send Feedback