PowerTCP Sockets for .NET
ReceiveBufferSize Property




Syntax
'Declaration
 
<DefaultValueAttribute(32768)>
Public Property ReceiveBufferSize As Integer
'Usage
 
Dim instance As SocketOption
Dim value As Integer
 
instance.ReceiveBufferSize = value
 
value = instance.ReceiveBufferSize
[DefaultValue(32768)]
public int ReceiveBufferSize {get; set;}
[DefaultValue(32768)]
public: __property int get_ReceiveBufferSize();
public: __property void set_ReceiveBufferSize( 
   int value
);
[DefaultValue(32768)]
public:
property int ReceiveBufferSize {
   int get();
   void set (    int value);
}
See Also

Reference

SocketOption Class
SocketOption Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic