IpEndPoint IsAll Property C# API
Gets a value that indicates whether this is the All IpEndPoint.

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

public bool IsAll { get; }

Field Value

true if this is the All IpEndPoint; otherwise, false.
See Also