IEndPoint

Description

interface Tinman.Core.IO.Sockets.IEndPoint

Extended by

SocketEndPoint sealed

Base interface for classes that represent network addresses resp. endpoints.

Public / Methods

Create​Server


[OwnerReturn]
public method CreateServer → ()

returns → IServer

The created network server.

Creates a new network server that listens on this endpoint.

IOException

If an I/O error has occurred.

Open​Connection


[OwnerReturn]
public method OpenConnection → ()

returns → IConnection

The created network connection or null if the timeout has elapsed.

Opens a new network connection to this endpoint.

IOException

If an I/O error has occurred.