DataServiceClientRequestMessageArgs Class

Definition

Arguments for creating an instance of DataServiceClientRequestMessage.

public class DataServiceClientRequestMessageArgs
type DataServiceClientRequestMessageArgs = class
Public Class DataServiceClientRequestMessageArgs
Inheritance
DataServiceClientRequestMessageArgs

Constructors

DataServiceClientRequestMessageArgs(String, Uri, Boolean, Boolean, IDictionary<String,String>)

Initializes a new instance of the DataServiceClientRequestMessageArgs class.

Properties

ActualMethod

Gets the actual method. Indicates correct method to use in the post tunneling case.

Headers

Gets the headers.

Method

Gets the method.

RequestUri

Gets the request URI.

UseDefaultCredentials

Gets a System.Boolean value that controls whether default credentials are sent with requests.

UsePostTunneling

Returns whether the request message should use Post-Tunneling.

Applies to