IpEndPoint IsLegal Property C# API
Gets a value that indicates whether this object is in a legal state and ready for use by the API.

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

public bool IsLegal { get; }

Field Value

true if this object is in a legal state and ready for use by the API; otherwise, false.
See Also