Udp overview
Public Constructors
Public Properties
Active |
Returns true when listening for datagrams.
|
Available |
Gets the total number of bytes available.
|
BufferSize |
Gets and sets the size of the system receive buffer.
|
Busy |
Returns true if a method is currently in use.
|
Charset |
Gets and sets the character set used for string/byte array conversions.
|
Container (Inherited from System.ComponentModel.Component) | Gets the IContainer that contains the Component. |
DoEvents |
Gets or sets a value that controls the processing of events during blocking method calls.
|
Editor |
In Visual Studio.NET, displays an interactive form to use to test real time protocol operations.
|
LocalEndPoint |
Gets the IP interface and port currently in use.
|
MulticastInterface |
Gets or sets the host interface to use when sending multicast datagrams.
|
MulticastTimeToLive |
Gets and sets the IP multicast time-to-live used when datagrams are sent to multicast addresses.
|
Site (Inherited from System.ComponentModel.Component) | Gets or sets the ISite of the Component. |
Socket |
Returns the instance of the System.Net.Sockets.Socket that is accepting connections.
|
SynchronizingObject | Set this object to automatically control thread marshalling between worker threads and the main UI thread. |
Tag |
Gets or sets an object reference that can be used to associate this instance with any other.
|
Timeout |
Specifies the maximum number of milliseconds to wait for responses to commands or time between data buffer transfers.
|
Public Methods
BeginReceive | Overloaded.
Asynchronously receive a datagram, specifying a buffer, offset, count and SocketFlags value.
|
BeginSend | Overloaded.
Asynchronously send a datagram to the specified remote address and port, specifying a buffer, offset, count and SocketFlags value.
|
Close |
Close the socket.
|
CreateObjRef (Inherited from System.MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose | Overloaded.
Releases all resources associated with the object.
|
GetLifetimeService (Inherited from System.MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
InitializeLifetimeService (Inherited from System.MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
JoinMulticastGroup |
Join the specified multicast group for receiving datagrams.
|
LeaveMulticastGroup |
Leave the specified multicast group for receiving datagrams.
|
Open | Overloaded.
Allocate a socket at the specified address and port for sending and receiving datagrams.
|
Receive | Overloaded.
Receive a datagram, specifying a buffer, offset, length and SocketFlags value.
|
Send | Overloaded.
Send a datagram to the specified remote address and port, specifying a buffer, offset, length and SocketFlags value.
|
ToString (Inherited from System.ComponentModel.Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
Public Events
Protected Properties
Protected Methods
See Also
Udp Class
| Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.