IpEndPoint IsStandard Property C# API
Gets a value that indicates whether this object has a standard IP address and port.

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

public bool IsStandard { get; }

Field Value

true if this object has a standard IP address and port; otherwise, false.
See Also