public static void SetBufferSize(
Socket socket,
long size
)Public Shared Sub SetBufferSize (
socket As Socket,
size As Long
)public:
static void SetBufferSize(
Socket^ socket,
long long size
)static member SetBufferSize :
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. |