Click or drag to resize

IPConnection Class

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

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

The IPConnection type exposes the following members.

Constructors
  NameDescription
Protected methodIPConnection
Top
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.)
Protected methodCloseConnectionSpecific (Inherited from Connection.)
Public methodConnectionAlive (Inherited from Connection.)
Public methodConnectionAlive(Int32) (Inherited from Connection.)
Public methodConnectionAlive(Int32, Int64) (Inherited from Connection.)
Protected methodConnectionHandshake (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.)
Protected methodEstablishConnectionSpecific (Inherited from Connection.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIncomingPacketHandleHandOff (Inherited from Connection.)
Public methodIncomingPacketHandlerExists(String) (Inherited from Connection.)
Public methodIncomingPacketHandlerExists(String, Delegate) (Inherited from Connection.)
Public methodIncomingUnmanagedPacketHandlerExists (Inherited from Connection.)
Public methodIncomingUnmanagedPacketHandlerExists(Delegate) (Inherited from Connection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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 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 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.)
Protected methodSendStreams (Inherited from Connection.)
Public methodSendUnmanagedBytes (Inherited from Connection.)
Protected methodStartIncomingDataListen (Inherited from Connection.)
Public methodToString (Inherited from Connection.)
Protected methodTriggerConnectionEstablishDelegates (Inherited from Connection.)
Public methodTriggerSpecificPacketHandlers (Inherited from Connection.)
Protected methodWaitForConnectionEstablish (Inherited from Connection.)
Top
Fields
  NameDescription
Protected fieldasyncListenerInRead (Inherited from Connection.)
Protected fieldasyncListenStarted (Inherited from Connection.)
Protected fieldconnectionEstablishWait (Inherited from Connection.)
Protected fieldconnectionSetupException (Inherited from Connection.)
Protected fieldconnectionSetupExceptionStr (Inherited from Connection.)
Protected fieldconnectionSetupWait (Inherited from Connection.)
Protected fieldincomingDataListenThread (Inherited from Connection.)
Protected fieldpacketBuilder (Inherited from Connection.)
Protected fieldpacketSequenceCounter (Inherited from Connection.)
Protected fieldsendLocker (Inherited from Connection.)
Protected fieldSendTimesMSPerKBCache (Inherited from Connection.)
Protected fieldtotalBytesRead (Inherited from Connection.)
Top
See Also