UdpSocket Properties |
The UdpSocket type exposes the following members.
Name | Description | |
---|---|---|
AdapterSpeed |
Gets or sets the adapter speed.
(Inherited from ManagedSocket.) | |
DefaultReceiveBufferSize |
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.
| |
DefaultSendBufferSize |
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.
| |
IPv6 |
Gets a value indicating whether the socket supports IPv6.
(Overrides ManagedSocketIPv6.) | |
IsClosed |
Gets a value indicating whether this instance is closed.
(Overrides ManagedSocketIsClosed.) | |
LocalIPAddress |
Gets the local IP address.
(Overrides ManagedSocketLocalIPAddress.) | |
LocalPort |
Gets the local port.
(Overrides ManagedSocketLocalPort.) | |
MaxQueuedPackets |
Gets or sets the maximum number of packets
that can be queued at any given point in time.
(Overrides DatagramSocketMaxQueuedPackets.) | |
PublicIPAddress |
Gets or sets the public IP address, if known.
(Inherited from ManagedSocket.) | |
Socket |
Gets the underlying socket.
|