UdpConnectionProperties Class |
Namespace: Demo3D.Net.Protocols
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class UdpConnectionProperties : INotifyPropertyChanged
The UdpConnectionProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| UdpConnectionProperties |
Constructs default UDP connection properties.
|
| Name | Description | |
|---|---|---|
| ReceiveTimeout |
Maximum time (ms) to wait for a packet to be received. (-1 means wait forever.)
| |
| SendTimeout |
Maximum time (ms) to wait for the operating system to send a packet. (-1 means wait forever.)
|
| Name | Description | |
|---|---|---|
| NotifyPropertyChanged(PropertyChangedEventArgs) |
Raises the PropertyChanged event.
| |
| NotifyPropertyChanged(String) |
Raises the PropertyChanged event.
| |
| ToString |
Returns the name of the UDP protocol.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
|