Click or drag to resize

TcpServerProperties Class

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

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

The TcpServerProperties type exposes the following members.

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