PowerSNMP for .NET CF
UdpSocket Class Members
See Also  Fields  Properties  Methods  Send comments on this topic.
Dart.Common Namespace : UdpSocket Class


The following tables list the members exposed by UdpSocket.

Public Constructors

 NameDescription
public ConstructorUdpSocket Constructor Create a Socket for sending and receiving datagrams.  
Top

Public Fields

 NameDescription
public FieldReceiveTimeout Gets or sets a value that specifies the milliseconds after which a synchronous Receive call will time out.  
Top

Public Properties

 NameDescription
public PropertyAddressFamily (Inherited from System.Net.Sockets.Socket)
public PropertyAvailable (Inherited from System.Net.Sockets.Socket)
public PropertyBlocking (Inherited from System.Net.Sockets.Socket)
public PropertyConnected (Inherited from System.Net.Sockets.Socket)
public PropertyDontFragment (Inherited from System.Net.Sockets.Socket)
public PropertyEnableBroadcast (Inherited from System.Net.Sockets.Socket)
public PropertyExclusiveAddressUse (Inherited from System.Net.Sockets.Socket)
public PropertyHandle (Inherited from System.Net.Sockets.Socket)
public PropertyIsBound (Inherited from System.Net.Sockets.Socket)
public PropertyLingerState (Inherited from System.Net.Sockets.Socket)
public PropertyLocalEndPoint (Inherited from System.Net.Sockets.Socket)
public PropertyMulticastLoopback (Inherited from System.Net.Sockets.Socket)
public PropertyNoDelay (Inherited from System.Net.Sockets.Socket)
public PropertyProtocolType (Inherited from System.Net.Sockets.Socket)
public PropertyReceiveBufferSize (Inherited from System.Net.Sockets.Socket)
public PropertyReceiveTimeout Gets or sets a value that specifies the milliseconds after which a synchronous Receive call will time out. (Inherited from System.Net.Sockets.Socket)
public PropertyRemoteEndPoint (Inherited from System.Net.Sockets.Socket)
public PropertySendBufferSize (Inherited from System.Net.Sockets.Socket)
public PropertySendTimeout (Inherited from System.Net.Sockets.Socket)
public PropertySocketType (Inherited from System.Net.Sockets.Socket)
public PropertyTtl (Inherited from System.Net.Sockets.Socket)
public PropertyUseOnlyOverlappedIO (Inherited from System.Net.Sockets.Socket)
Top

Public Methods

 NameDescription
public MethodAccept (Inherited from System.Net.Sockets.Socket)
public MethodAcceptAsync (Inherited from System.Net.Sockets.Socket)
public MethodBeginAcceptOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodBeginConnectOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodBeginDisconnect (Inherited from System.Net.Sockets.Socket)
public MethodBeginReceiveOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodBeginReceiveFrom (Inherited from System.Net.Sockets.Socket)
public MethodBeginReceiveMessageFrom (Inherited from System.Net.Sockets.Socket)
public MethodBeginSendOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodBeginSendFileOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodBeginSendTo (Inherited from System.Net.Sockets.Socket)
public MethodBind (Inherited from System.Net.Sockets.Socket)
public MethodCloseOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodConnectOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodConnectAsync (Inherited from System.Net.Sockets.Socket)
public MethodDisconnect (Inherited from System.Net.Sockets.Socket)
public MethodDisconnectAsync (Inherited from System.Net.Sockets.Socket)
public MethodDuplicateAndClose (Inherited from System.Net.Sockets.Socket)
public MethodEndAcceptOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodEndConnect (Inherited from System.Net.Sockets.Socket)
public MethodEndDisconnect (Inherited from System.Net.Sockets.Socket)
public MethodEndReceiveOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodEndReceiveFrom (Inherited from System.Net.Sockets.Socket)
public MethodEndReceiveMessageFrom (Inherited from System.Net.Sockets.Socket)
public MethodEndSendOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodEndSendFile (Inherited from System.Net.Sockets.Socket)
public MethodEndSendTo (Inherited from System.Net.Sockets.Socket)
public MethodGetSocketOptionOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodIOControlOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodListen (Inherited from System.Net.Sockets.Socket)
public MethodPoll (Inherited from System.Net.Sockets.Socket)
public MethodReceiveOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodReceiveAsync (Inherited from System.Net.Sockets.Socket)
public MethodReceiveFromOverloaded.  Read a datagram off the socket. The ReceiveTimeout property controls how long this method will block.  
public MethodReceiveFromAsync (Inherited from System.Net.Sockets.Socket)
public MethodReceiveMessageFrom (Inherited from System.Net.Sockets.Socket)
public MethodReceiveMessageFromAsync (Inherited from System.Net.Sockets.Socket)
public MethodSendOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodSendAsync (Inherited from System.Net.Sockets.Socket)
public MethodSendFileOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodSendPacketsAsync (Inherited from System.Net.Sockets.Socket)
public MethodSendToOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodSendToAsync (Inherited from System.Net.Sockets.Socket)
public MethodSetSocketOptionOverloaded.  (Inherited from System.Net.Sockets.Socket)
public MethodShutdown (Inherited from System.Net.Sockets.Socket)
Top

Protected Methods

 NameDescription
protected MethodDispose (Inherited from System.Net.Sockets.Socket)
Top

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.