Click or drag to resize

UDPConnection Class

Inheritance Hierarchy
SystemObject
  NetworkCommsDotNet.ConnectionsConnection
    NetworkCommsDotNet.ConnectionsIPConnection
      NetworkCommsDotNet.Connections.UDPUDPConnection

Namespace:  NetworkCommsDotNet.Connections.UDP
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class UDPConnection : IPConnection

The UDPConnection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAppendIncomingPacketHandlerincomingObjectType(String, NetworkCommsPacketHandlerCallBackDelegateincomingObjectType) (Inherited from Connection.)
Public methodAppendIncomingPacketHandlerincomingObjectType(String, NetworkCommsPacketHandlerCallBackDelegateincomingObjectType, SendReceiveOptions) (Inherited from Connection.)
Public methodAppendIncomingUnmanagedPacketHandler (Inherited from Connection.)
Public methodAppendShutdownHandler (Inherited from Connection.)
Public methodCloseConnection (Inherited from Connection.)
Public methodConnectionAlive (Inherited from Connection.)
Public methodConnectionAlive(Int32) (Inherited from Connection.)
Public methodConnectionAlive(Int32, Int64) (Inherited from Connection.)
Public methodDispose (Inherited from Connection.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEstablishConnection (Inherited from Connection.)
Public methodStatic memberExistingLocalListenEndPoints Obsolete.
Public methodStatic memberExistingLocalListenEndPoints(IPAddress) Obsolete.
Public methodStatic memberGetConnection(ConnectionInfo, UDPOptions, Boolean, Boolean)
Public methodStatic memberGetConnection(ConnectionInfo, UDPOptions, SendReceiveOptions, Boolean, Boolean)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncomingPacketHandlerExists(String) (Inherited from Connection.)
Public methodIncomingPacketHandlerExists(String, Delegate) (Inherited from Connection.)
Public methodIncomingUnmanagedPacketHandlerExists (Inherited from Connection.)
Public methodIncomingUnmanagedPacketHandlerExists(Delegate) (Inherited from Connection.)
Public methodStatic memberListening Obsolete.
Public methodPacketTypeUnwrapperOptions (Inherited from Connection.)
Public methodRemoveIncomingPacketHandler (Inherited from Connection.)
Public methodRemoveIncomingPacketHandler(String) (Inherited from Connection.)
Public methodRemoveIncomingPacketHandler(String, Delegate) (Inherited from Connection.)
Public methodRemoveIncomingUnmanagedPacketHandler (Inherited from Connection.)
Public methodRemoveIncomingUnmanagedPacketHandler(Delegate) (Inherited from Connection.)
Public methodRemoveShutdownHandler (Inherited from Connection.)
Public methodSendObject(String) (Inherited from Connection.)
Public methodSendObject(String, Int64) (Inherited from Connection.)
Public methodStatic memberSendObject(String, Object, IPEndPoint)
Public methodStatic memberSendObject(String, Object, IPEndPoint, SendReceiveOptions)
Public methodStatic memberSendObject(String, Object, String, Int32)
Public methodSendObjectsendObjectType(String, sendObjectType) (Inherited from Connection.)
Public methodSendObjectsendObjectType(String, sendObjectType, SendReceiveOptions) (Inherited from Connection.)
Public methodSendObjectsendObjectType(String, sendObjectType, Int64) (Inherited from Connection.)
Public methodSendObjectsendObjectType(String, sendObjectType, SendReceiveOptions, Int64) (Inherited from Connection.)
Public methodStatic memberSendObjectpacketPayloadObjectType(IPacket, IPEndPoint, SendReceiveOptions, ApplicationLayerProtocolStatus)
Public methodStatic memberSendObjectsendObjectType(String, sendObjectType, IPEndPoint, SendReceiveOptions, ApplicationLayerProtocolStatus)
Public methodSendPacketpacketPayloadObjectType(IPacket) (Inherited from Connection.)
Public methodSendPacketpacketPayloadObjectType(IPacket, Int64) (Inherited from Connection.)
Public methodSendReceiveObjectreturnObjectType(String, String, Int32) (Inherited from Connection.)
Public methodSendReceiveObjectreturnObjectType(String, String, Int32, Int64) (Inherited from Connection.)
Public methodSendReceiveObjectsendObjectType, returnObjectType(String, String, Int32, sendObjectType) (Inherited from Connection.)
Public methodSendReceiveObjectsendObjectType, returnObjectType(String, String, Int32, sendObjectType, Int64) (Inherited from Connection.)
Public methodSendReceiveObjectsendObjectType, returnObjectType(String, String, Int32, sendObjectType, SendReceiveOptions, SendReceiveOptions) (Inherited from Connection.)
Public methodSendReceiveObjectsendObjectType, returnObjectType(String, String, Int32, sendObjectType, SendReceiveOptions, SendReceiveOptions, Int64) (Inherited from Connection.)
Public methodSendUnmanagedBytes (Inherited from Connection.)
Public methodStatic memberStartListening(Boolean) Obsolete.
Public methodStatic memberStartListening(ListIPEndPoint, Boolean) Obsolete.
Public methodStatic memberStartListening(IPEndPoint, Boolean, Boolean) Obsolete.
Public methodToString (Inherited from Connection.)
Public methodTriggerSpecificPacketHandlers (Inherited from Connection.)
Top
See Also