Filters connecting client by their IP address to associate a connecting master with an outstation on the server
More...
|
| AddressFilter (string address) |
| Create an address filter that matches a specific address or wildcards More...
|
|
void | Add (string address) |
| Add an accepted IP address to the filter More...
|
|
Filters connecting client by their IP address to associate a connecting master with an outstation on the server
Address filters must be DISJOINT, i.e. two filters cannot accept the same IP address. The OutstationServer.AddOutstation method will fail if the filter conflicts with a previously added filter.
◆ AddressFilter()
dnp3.AddressFilter.AddressFilter |
( |
string |
address | ) |
|
|
inline |
Create an address filter that matches a specific address or wildcards
Examples: 192.168.1.26, 192.168.0.*, *.*.*.*
Wildcards are only supported for IPv4 addresses
- Parameters
-
address | IP address to accept |
- Exceptions
-
◆ Add()
void dnp3.AddressFilter.Add |
( |
string |
address | ) |
|
|
inline |
Add an accepted IP address to the filter
- Parameters
-
- Exceptions
-
◆ Any()
Create an address filter that accepts any IP address
- Returns
- Address filter
The documentation for this class was generated from the following file: