Skip to content

PutResponse Class

sequenze edited this page Jun 19, 2017 · 4 revisions

Entity representing a message of a Put response.

Inheritance Hierarchy

Object > MessageBase > BasicResponse

Syntax

public sealed class PutResponse : BasicResponse, 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
PutResponse() Initializes a new instances of the PutResponse class.
PutResponse(String,String,String,StatusCode,String) Initializes a new instances of the PutResponse class.

See Also

MessageBase, BasicResponse, IMessage, StatusCode

Clone this wiki locally