Tcp |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class TcpConnectionProperties : BaseCustomTypeDescriptor, INotifyPropertyChanged
The TcpConnectionProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| TcpConnectionProperties | Initializes a new instance of the TcpConnectionProperties class |
| Name | Description | |
|---|---|---|
| NoDelay | Enable TCP no-delay. | |
| ReceiveTimeout | Maximum time (ms) to wait for a packet to be received. (-1 means wait forever.) | |
| SendTimeout | Maximum time (ms) to wait for the operating system to send a packet. (-1 means wait forever.) |
| Name | Description | |
|---|---|---|
| NotifyPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. | |
| NotifyPropertyChanged(String) | Raises the PropertyChanged event. | |
| ToString |
Returns the name of the TCP protocol.
(Overrides BaseCustomTypeDescriptor.ToString) |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. |