HvSocketEndPoint(Guid, Guid) Constructor

Initializes a new instance of the HvSocketEndPoint class.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public HvSocketEndPoint(
	Guid vmId,
	Guid serviceId
)

Parameters

vmId  Guid
The ID of the virtual machine, or one of the well-known IDs defined in the VmId class.
serviceId  Guid
The service ID.

Remarks

To connect to a Linux guest that is using VSock sockets, use the HvSocketEndPoint(Guid, Int32) constructor.

See Also