SocketEndPoint

Description

sealed class Tinman.Core.IO.Sockets.SocketEndPoint

Derived from

IEndPoint

Represents a socket address for TCP/IP.

Public / Constructors

Socket​End​Point


public constructor SocketEndPoint → (2)

hostname in : string

[not-null]
The hostname or IP address.

portNumber in : int32

[0..65535]
The port number.

Creates a new instance of SocketEndPoint.

Public / Attributes

Hostname


public attribute Hostname → (get)

value : string

[not-null]
The hostname or IP address.

The hostname or IP address.

Port​Number


public attribute PortNumber → (get)

value : int32

[0..65535]
The port number.

The port number.