Click or drag to resize

DatagramSocket Properties

The DatagramSocket type exposes the following members.

Properties
  NameDescription
Public propertyAdapterSpeed
Gets or sets the adapter speed.
(Inherited from ManagedSocket.)
Public propertyIPv6
Gets a value indicating whether the socket supports IPv6.
(Inherited from ManagedSocket.)
Public propertyIsClosed
Gets a value indicating whether this instance is closed.
(Inherited from ManagedSocket.)
Public propertyLocalIPAddress
Gets the local IP address.
(Inherited from ManagedSocket.)
Public propertyLocalPort
Gets the local port.
(Inherited from ManagedSocket.)
Public propertyMaxQueuedPackets
Gets or sets the maximum number of packets that can be queued at any given point in time.
Public propertyPublicIPAddress
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.)
Top
See Also