IpEndPoint ToString Method C# API
Represents this object as a string, e.g. "localhost:8080".

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public override string ToString()

Return Value

A string that represents the current object.
See Also