Click or drag to resize

IPConnection Methods

The IPConnection type exposes the following members.

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
See Also