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