Table of Contents

Class TcpServerParameters

Namespace
VAST.Network
Assembly
VAST.Network.dll

Provides configuration parameters for the VAST.Network.TcpServer.

public class TcpServerParameters
Inheritance
TcpServerParameters
Inherited Members

Constructors

TcpServerParameters()

public TcpServerParameters()

Properties

EndPoint

Gets or sets the local address and port to listen to raw TCP connections on.

public IPEndPoint EndPoint { get; set; }

Property Value

IPEndPoint

Methods

Clone()

Creates a shallow copy of this TcpServerParameters instance.

public TcpServerParameters Clone()

Returns

TcpServerParameters

A new TcpServerParameters instance with the same property values.

Equals(TcpServerParameters)

Determines whether the specified TcpServerParameters instance is equal to the current instance.

public bool Equals(TcpServerParameters obj)

Parameters

obj TcpServerParameters

The TcpServerParameters to compare with the current instance.

Returns

bool

true if the specified instance has the same endpoint; otherwise, false.