RestResponse MembersDRA REST Extensions SDK
The RestResponse type exposes the following members.
Constructors

  NameDescription
Public methodRestResponse 
Default constructor. Creates a response object with UTF8 encoding.
Public methodRestResponse(Encoding)
Creates a response object with a specific encoding.
Back to Top
Properties

  NameDescription
Public propertyDRAServerAndPort
The DRA server:port that performed the operation.
Public propertyErrors
Property holding the collection of errors to be returned to the client
Back to Top
See Also