PowerSNMP for .NET
ReceiveBufferSize Property




Gets or sets a value that specifies the size of the system receive buffer.
Syntax
<DefaultValueAttribute(32768)>
Public Property ReceiveBufferSize As Integer
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);
}

Property Value

An integer with a default value of 32786.
Remarks

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.

See Also

Reference

SocketOption Class
SocketOption Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic