ProxySocket.SendBufferSize Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
SendBufferSize
Gets or sets send buffer size. Must be set before calling the Connect(String, Int32) method.
Declaration
public int SendBufferSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | Send buffer size. |