public static bool GetConnectedSuspend(
Socket socket
)
Public Shared Function GetConnectedSuspend (
socket As Socket
) As Boolean
public:
static bool GetConnectedSuspend(
Socket^ socket
)
static member GetConnectedSuspend :
socket : Socket -> bool
This socket option was introduced in Windows 10, version 1709 (build 16299).
The behavior of this function is undefined if the socket is not a Hyper-V socket.
ArgumentNullException | socket is . |
ObjectDisposedException | The Socket object has been closed. |
SocketException | An error occurred when attempting to access the socket. |