RestResponse Constructor (Encoding)DRA REST Extensions SDK
Creates a response object with a specific encoding.

Namespace: NetIQ.DRA.Common.Rest.Responses
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

public RestResponse(
	Encoding encoding
)

Parameters

encoding
Type: OnlineSystem.Text Encoding
The type of encoding to use for this response.
See Also