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 (24.3.0.1000)
Syntax
public Response ExecutePut(
	string body,
	string encoding = "utf-8",
	string mediaType = "text/plain"
)

Parameters

body
Type: SystemString
The body.
encoding (Optional)
Type: SystemString
The encoding.
mediaType (Optional)
Type: SystemString
The media type.

Return Value

Type: Response
A Response object.
See Also