Noemax.WCFX.Configuration Namespace > WebSocketTransportElement Class : MaxReceivedMessageSize Property |
'Declaration <System.Configuration.ConfigurationPropertyAttribute(Name="maxReceivedMessageSize", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=False, IsRequired=False, IsKey=False)> Public Property MaxReceivedMessageSize As System.Long
'Usage Dim instance As WebSocketTransportElement Dim value As System.Long instance.MaxReceivedMessageSize = value value = instance.MaxReceivedMessageSize
[System.Configuration.ConfigurationProperty(Name="maxReceivedMessageSize", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public System.long MaxReceivedMessageSize {get; set;}
public read-write property MaxReceivedMessageSize: System.Int64;
System.Configuration.ConfigurationPropertyAttribute(Name="maxReceivedMessageSize", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=, IsRequired=, IsKey=) public function get,set MaxReceivedMessageSize : System.long
[System.Configuration.ConfigurationProperty(Name="maxReceivedMessageSize", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public: __property System.long get_MaxReceivedMessageSize(); public: __property void set_MaxReceivedMessageSize( System.long value );
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