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