VSockEndPoint Constructor

Initializes a new instance of the VSockEndPoint class.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public VSockEndPoint(
	int contextId = -1,
	int port = -1
)

Parameters

contextId  Int32  (Optional)
Context ID identifying the destination. This can be one of the well known CID values defined in the ContextId class.
port  Int32  (Optional)
The port number, or VSockAnyPort to bind to any available port.

See Also