Click or drag to resize

PayloadInformation Class

Used for wrapping the information about payload, controller, method, callback and security.
Inheritance Hierarchy
SystemObject
  Crosser.Server.Modules.ProtocolPayloadInformation

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public class PayloadInformation

The PayloadInformation type exposes the following members.

Constructors
  NameDescription
Public methodPayloadInformation(ControllerDelegate)
Ctor for method without callback and without payload
Public methodPayloadInformation(ControllerDelegate, Byte)
Ctor for method with payload, but without callback
Public methodPayloadInformation(ControllerDelegate, Byte, Byte, Byte)
Ctor for method with callback, but without payload
Public methodPayloadInformation(ControllerDelegate, Byte, Byte, Byte, Byte)
Ctor for method with payload and callback
Top
Properties
  NameDescription
Public propertyCallbackController
The controller name in the possible callback
Public propertyCallbackId
The ID of the possible callback
Public propertyCallbackMethod
The method name in the possible callback
Public propertyControllerDelegate
Information about how the controller/method should be called ControllerDelegate
Public propertyHasCallback
True if the client passed a callback-id
Public propertyHasPayload
True if the method to call has a parameter
Public propertyPayload
Payload that was read from the IBaseTransport
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also