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