Class TcpServerParameters
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
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
objTcpServerParametersThe TcpServerParameters to compare with the current instance.
Returns
- bool
trueif the specified instance has the same endpoint; otherwise,false.