Method GetGenericEndPoint
GetGenericEndPoint(NetworkInterfaceEndPoint)
Converts a NetworkInterfaceEndPoint to its generic NetworkEndPoint version.
Declaration
public NetworkEndPoint GetGenericEndPoint(NetworkInterfaceEndPoint endpoint)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkInterfaceEndPoint | endpoint | The NetworkInterfaceEndPoint endpoint to convert. |
Returns
| Type | Description |
|---|---|
| NetworkEndPoint | Returns the converted endpoint value. |