WCF-Xtensions Class Reference for Mono
FastInfosetSettings Property (XBindingConfigurator)






Gets and sets the settings for the Fast Infoset message encoding. This settings are applied only when Fast Infoset message encoding is used.
Syntax
'Declaration
 
Public ReadOnly Property FastInfosetSettings As FastInfosetSettings
'Usage
 
Dim instance As XBindingConfigurator
Dim value As FastInfosetSettings
 
value = instance.FastInfosetSettings
public FastInfosetSettings FastInfosetSettings {get;}
public read-only property FastInfosetSettings: FastInfosetSettings; 
public function get FastInfosetSettings : FastInfosetSettings
public: __property FastInfosetSettings* get_FastInfosetSettings();
public:
property FastInfosetSettings^ FastInfosetSettings {
   FastInfosetSettings^ get();
}
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

XBindingConfigurator Class
XBindingConfigurator Members

Send Feedback