VSockEndPointToString Method

Returns a string that represents the current object.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public override string ToString()

Return Value

String
A string that represents the current object.

Remarks

There is no standard notation for VSock socket addresses. This method returns a string using the format vsock[<ContextId>:<Port>].

See Also