The IPConnection type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
AllowedIncomingIPRanges |
If set NetworkComms.Net will only accept incoming connections from the provided IP ranges.
| |
ConnectionDefaultSendReceiveOptions |
The default SendReceiveOptions used for this connection
(Inherited from Connection.) | |
ConnectionInfo |
Connection information related to this connection.
(Inherited from Connection.) | |
DOSProtection |
The NetworkComms.Net DOS protection class. By default DOSProtection is disabled.
| |
SyncRoot |
Connection level SyncRoot which can be used to perform multiple thread safe operations on this connection
external to NetworkComms.Net
(Inherited from Connection.) |
See Also