RequestExecutePut Method

Execute HTTP PUT request.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public Response ExecutePut(
	string body,
	string encoding = "utf-8",
	string mediaType = "text/plain"
)

Parameters

body  String
The body.
encoding  String  (Optional)
The encoding.
mediaType  String  (Optional)
The media type.

Return Value

Response
A Response object.
See Also