Click or drag to resize

CotpServerProperties Class

COTP server connection properties.
Inheritance Hierarchy

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

The CotpServerProperties type exposes the following members.

Properties
  NameDescription
Public propertyMaxQueueLen
Maximum number of incoming connections to queue while waiting to be accepted.
Public propertyNegotiatedPduSize
Negotiated protocol data unit size.
(Inherited from CotpProperties.)
Public propertyPduSize
Preferred protocol data unit size.
(Inherited from CotpProperties.)
Top
Methods
  NameDescription
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
(Inherited from CotpProperties.)
Protected methodNotifyPropertyChanged(String)
Raises the PropertyChanged event.
(Inherited from CotpProperties.)
Public methodToString
Connection properties name.
(Inherited from CotpProperties.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from CotpProperties.)
Top
See Also