Base interface for classes that represent network addresses resp. endpoints.
interface
|
IEndPoint
|
base of
|
SocketEndPoint
|
Creates a new network server that listens on this endpoint.
[OwnerReturn]
|
||||
method
|
CreateServer
()
|
|||
type
|
IServer
|
|||
returns
|
|
The created network server. |
Exceptions:
Opens a new network connection to this endpoint.
[OwnerReturn]
|
||||
method
|
OpenConnection
()
|
|||
type
|
IConnection
|
|||
returns
|
The
created
network
connection
or
null
if
the
timeout
has
elapsed.
|
Exceptions: