Dart.Mail Namespace > SocketOption Class : ReceiveBufferSize Property |
<DefaultValueAttribute()> Public Property ReceiveBufferSize As Integer
Dim instance As SocketOption Dim value As Integer instance.ReceiveBufferSize = value value = instance.ReceiveBufferSize
[DefaultValue()] public int ReceiveBufferSize {get; set;}
[DefaultValue()] public: __property int get_ReceiveBufferSize(); public: __property void set_ReceiveBufferSize( int value );
[DefaultValue()] public: property int ReceiveBufferSize { int get(); void set ( int value); }
Increasing the buffer size may help performance when transferring large amounts of data, or when high bandwidth, high latency connections (such as a satellite broadband provider) are used.
The value cannot be changed on CF devices.