Click or drag to resize

UdpConnectionProperties Class

UDP connection properties.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsUdpConnectionProperties

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

The UdpConnectionProperties type exposes the following members.

Constructors
  NameDescription
Public methodUdpConnectionProperties
Constructs default UDP connection properties.
Top
Properties
  NameDescription
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
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also