Click or drag to resize

UdpSocket Properties

The UdpSocket type exposes the following members.

Properties
  NameDescription
Public propertyAdapterSpeed
Gets or sets the adapter speed.
(Inherited from ManagedSocket.)
Public propertyStatic memberDefaultReceiveBufferSize
Default socket receive buffer size. Application will attempt to set default size at initialisation; if this fails, application will progressively lower buffer size three times.
Public propertyStatic memberDefaultSendBufferSize
Default socket send buffer size. Application will attempt to set default size at initialisation; if this fails, application will progressively lower buffer size three times.
Public propertyIPv6
Gets a value indicating whether the socket supports IPv6.
(Overrides ManagedSocketIPv6.)
Public propertyIsClosed
Gets a value indicating whether this instance is closed.
(Overrides ManagedSocketIsClosed.)
Public propertyLocalIPAddress
Gets the local IP address.
(Overrides ManagedSocketLocalIPAddress.)
Public propertyLocalPort
Gets the local port.
(Overrides ManagedSocketLocalPort.)
Public propertyMaxQueuedPackets
Gets or sets the maximum number of packets that can be queued at any given point in time.
(Overrides DatagramSocketMaxQueuedPackets.)
Public propertyPublicIPAddress
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.)
Public propertySocket
Gets the underlying socket.
Top
See Also