Important
The functionality defined in this class is only available on Linux kernels that support the
AF_VSOCK address family.
public static class VSock
Public NotInheritable Class VSock
public ref class VSock abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type VSock = class end
Create | Creates a new VSock socket. |
GetBufferMaxSize | Gets the maximum buffer size for a stream socket. |
GetBufferMinSize | Gets the minimum buffer size for a stream socket. |
GetBufferSize | Gets the buffer size for a stream socket. |
GetConnectTimeout | Gets the connect timeout for a stream socket. |
GetLocalCid | Gets the CID of the local machine. |
GetPeerHostVmId | Gets the host-specific VM ID of the peer. |
GetTrusted | Gets a value that indicates if the socket is trusted. |
SetBufferMaxSize | Sets the maximum buffer size for a stream socket. |
SetBufferMinSize | Sets the minimum buffer size for a stream socket. |
SetBufferSize | Sets the buffer size for a stream socket. |
SetConnectTimeout | Sets the connect timeout for a stream socket. |
AddressFamily | The address family for VSock sockets, also known as AF_VSOCK. |
AnyPort | Wildcard port for VSock sockets. |
SocketAddressSize | The size, in bytes, of the sockaddr_vm structure, used to describe VSock socket addresses. |