PayloadInformation Class |
Namespace: Crosser.Server.Modules.Protocol
public class PayloadInformation
The PayloadInformation type exposes the following members.
Name | Description | |
---|---|---|
PayloadInformation(ControllerDelegate) |
Ctor for method without callback and without payload
| |
PayloadInformation(ControllerDelegate, Byte) |
Ctor for method with payload, but without callback
| |
PayloadInformation(ControllerDelegate, Byte, Byte, Byte) |
Ctor for method with callback, but without payload
| |
PayloadInformation(ControllerDelegate, Byte, Byte, Byte, Byte) |
Ctor for method with payload and callback
|
Name | Description | |
---|---|---|
CallbackController |
The controller name in the possible callback
| |
CallbackId |
The ID of the possible callback
| |
CallbackMethod |
The method name in the possible callback
| |
ControllerDelegate |
Information about how the controller/method should be called ControllerDelegate | |
HasCallback |
True if the client passed a callback-id
| |
HasPayload |
True if the method to call has a parameter
| |
Payload |
Payload that was read from the IBaseTransport |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |