public static bool GetHighVtl(
Socket socket
)Public Shared Function GetHighVtl (
socket As Socket
) As Booleanpublic:
static bool GetHighVtl(
Socket^ socket
)static member GetHighVtl :
socket : Socket -> bool This socket option was introduced in Windows 11, version 22h2 (build 22621).
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. |