Click or drag to resize

TcpConnectionProperties Class

TCP connection properties.
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.Net.ProtocolsTcpConnectionProperties
      Demo3D.Net.ProtocolsTcpClientProperties
      Demo3D.Net.ProtocolsTcpServerProperties

Namespace: Demo3D.Net.Protocols
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class TcpConnectionProperties : BaseCustomTypeDescriptor, 
	INotifyPropertyChanged

The TcpConnectionProperties type exposes the following members.

Constructors
 NameDescription
Public methodTcpConnectionPropertiesInitializes a new instance of the TcpConnectionProperties class
Top
Properties
 NameDescription
Public propertyNoDelay Enable TCP no-delay.
Public propertyReceiveTimeout Maximum time (ms) to wait for a packet to be received. (-1 means wait forever.)
Public propertySendTimeout Maximum time (ms) to wait for the operating system to send a packet. (-1 means wait forever.)
Top
Methods
 NameDescription
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs) Raises the PropertyChanged event.
Protected methodNotifyPropertyChanged(String) Raises the PropertyChanged event.
Public methodToString Returns the name of the TCP protocol.
(Overrides BaseCustomTypeDescriptor.ToString)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
Top
See Also