Method IsAddressUsed
IsAddressUsed(NetworkInterfaceEndPoint)
Check if an address is currently associated with a valid connection. This is mostly useful to keep interface internal lists of connections in sync with the correct state.
Declaration
public bool IsAddressUsed(NetworkInterfaceEndPoint address)
Parameters
Type | Name | Description |
---|---|---|
NetworkInterfaceEndPoint | address | Address to check. |
Returns
Type | Description |
---|---|
bool | Whether the address is used or not. |