CotpServerProperties Class |
Namespace: Demo3D.Net.Protocols
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class CotpServerProperties : CotpProperties
The CotpServerProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| MaxQueueLen |
Maximum number of incoming connections to queue while waiting to be accepted.
| |
| NegotiatedPduSize |
Negotiated protocol data unit size.
(Inherited from CotpProperties.) | |
| PduSize |
Preferred protocol data unit size.
(Inherited from CotpProperties.) |
| Name | Description | |
|---|---|---|
| NotifyPropertyChanged(PropertyChangedEventArgs) |
Raises the PropertyChanged event.
(Inherited from CotpProperties.) | |
| NotifyPropertyChanged(String) |
Raises the PropertyChanged event.
(Inherited from CotpProperties.) | |
| ToString |
Connection properties name.
(Inherited from CotpProperties.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from CotpProperties.) |