DataServiceClientRequestMessageArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |