IPConnection PropertiesNetworkComms.Net Help
The IPConnection type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberAllowedIncomingIPRanges
If set NetworkComms.Net will only accept incoming connections from the provided IP ranges.
Public propertyConnectionDefaultSendReceiveOptions
The default SendReceiveOptions used for this connection
(Inherited from Connection.)
Public propertyConnectionInfo
Connection information related to this connection.
(Inherited from Connection.)
Public propertyStatic memberDOSProtection
The NetworkComms.Net DOS protection class. By default DOSProtection is disabled.
Public propertySyncRoot
Connection level SyncRoot which can be used to perform multiple thread safe operations on this connection external to NetworkComms.Net
(Inherited from Connection.)
Back to Top
See Also