public static void SetBufferMinSize(
Socket socket,
long size
)Public Shared Sub SetBufferMinSize (
socket As Socket,
size As Long
)public:
static void SetBufferMinSize(
Socket^ socket,
long long size
)static member SetBufferMinSize :
socket : Socket *
size : int64 -> unit The behavior of this function is undefined if the socket is not a VSock socket.
| ArgumentNullException | socket is . |
| ObjectDisposedException | The Socket object has been closed. |
| SocketException | An error occurred when attempting to access the socket. |