public static long GetBufferMaxSize(
Socket socket
)
Public Shared Function GetBufferMaxSize (
socket As Socket
) As Long
public:
static long long GetBufferMaxSize(
Socket^ socket
)
static member GetBufferMaxSize :
socket : Socket -> int64
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. |