Method CreateInterfaceEndPoint
CreateInterfaceEndPoint(NetworkEndPoint, out NetworkInterfaceEndPoint)
Creates an interface end point. Only available for loopback addresses.
Declaration
public int CreateInterfaceEndPoint(NetworkEndPoint address, out NetworkInterfaceEndPoint endpoint)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkEndPoint | address | Loopback address |
| NetworkInterfaceEndPoint | endpoint | The endpoint |
Returns
| Type | Description |
|---|---|
| int | The status code of the result, 0 being a success. |