IEndPoint
Description
- Extended by
-
SocketEndPoint sealed
Base interface for classes that represent network addresses resp. endpoints.
Public / Methods
CreateServer
Creates a new network server that listens on this endpoint.
- IOException
-
If an I/O error has occurred.
OpenConnection
Opens a new network connection to this endpoint.
- IOException
-
If an I/O error has occurred.