Skip to content

ResponseBase Class

sequenze edited this page Jul 14, 2017 · 1 revision

Abstract entity containing the minimal properties of any response type message.

Inheritance Hierarchy

Object > MessageBase

Syntax

public abstract class ResponseBase : MessageBase, IMessage

Properties

Name             Description
Code Gets or sets the status code representing the reponse.
Message Gets or sets the status message as a textual representation of the status code.
Source Gets or sets the identify of the original requester.
Session Gets or sets the unique session identifier used by the source to distinguish requests.
Target Gets or sets the global identifier that identifies the target space.
Actiontype Gets or sets the action to be executed by the remote space.
Action See Actiontype. Specified due to json.

Constructors

Name                                                                                                                       Description
ResponseBase() Initializes a new instances of the BasicResponse class.
ResponseBase(ActionType,String,String,String,StatusCode,String) Initializes a new instances of the BasicResponse class.

Methods

Name       Description
Box() Boxes the message contents from native .NET primitive types into language independent textual representations.
Unbox() Unboxes the message contents from language independent textual representations into native .NET primitive types.

See Also

MessageBase, IMessage, ActionType, StatusCode

Clone this wiki locally