TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IEndPoint in Tinman.Core.IO.Sockets

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

interface IEndPoint base of SocketEndPoint

Methods

CreateServer

Creates a new network server that listens on this endpoint.

[OwnerReturn]
method CreateServer ()
type IServer
returns [not-null] The created network server.

Exceptions:

OpenConnection

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: