TcpClientProperties Class |
Namespace: Demo3D.Net.Protocols
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class TcpClientProperties : TcpConnectionProperties
The TcpClientProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| TcpClientProperties | Initializes a new instance of the TcpClientProperties class |
| Name | Description | |
|---|---|---|
| ConnectTimeout |
Maximum time (ms) to wait for a connection be to established.
| |
| MinReconnectDelay |
Minimum time (ms) to wait before reconnecting to the same address.
| |
| NoDelay |
Enable TCP no-delay.
(Inherited from TcpConnectionProperties.) | |
| ReceiveTimeout |
Maximum time (ms) to wait for a packet to be received. (-1 means wait forever.)
(Inherited from TcpConnectionProperties.) | |
| SendTimeout |
Maximum time (ms) to wait for the operating system to send a packet. (-1 means wait forever.)
(Inherited from TcpConnectionProperties.) |
| Name | Description | |
|---|---|---|
| NotifyPropertyChanged(PropertyChangedEventArgs) |
Raises the PropertyChanged event.
(Inherited from TcpConnectionProperties.) | |
| NotifyPropertyChanged(String) |
Raises the PropertyChanged event.
(Inherited from TcpConnectionProperties.) | |
| ToString |
Returns the name of the TCP protocol.
(Inherited from TcpConnectionProperties.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from TcpConnectionProperties.) |