IPConnection AllowedIncomingIPRanges Property NetworkComms.Net Help
If set NetworkComms.Net will only accept incoming connections from the provided IP ranges.

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static IPRange[] AllowedIncomingIPRanges { get; set; }

Property Value

Type:  IPRange 
See Also