Skip to content

BasicRequest Class

sequenze edited this page Jul 14, 2017 · 4 revisions

Concrete entity containing the minimal properties of any request type message.

Inheritance Hierarchy

Object > MessageBase > RequestBase

Syntax

public class BasicRequest : RequestBase, IMessage

Properties

Name             Description
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
BasicRequest() Initializes a new instances of the BasicRequest class.
BasicRequest(ActionType,String,String,String) Initializes a new instances of the BasicRequest 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, RequestBase, IMessage, ActionType

Clone this wiki locally