DataServiceClientRequestMessage Class
This class represents the contract WCF Data Services client with the request message.
Inheritance Hierarchy
System.Object
System.Data.Services.Client.DataServiceClientRequestMessage
System.Data.Services.Client.HttpWebRequestMessage
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public MustInherit Class DataServiceClientRequestMessage _
Implements IODataRequestMessage
'Usage
Dim instance As DataServiceClientRequestMessage
public abstract class DataServiceClientRequestMessage : IODataRequestMessage
public ref class DataServiceClientRequestMessage abstract : IODataRequestMessage
[<AbstractClassAttribute>]
type DataServiceClientRequestMessage =
class
interface IODataRequestMessage
end
public abstract class DataServiceClientRequestMessage implements IODataRequestMessage
The DataServiceClientRequestMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataServiceClientRequestMessage |
Top
Properties
Name | Description | |
---|---|---|
Credentials | Gets or set the credentials for this request. | |
Headers | Returns the collection of request headers. | |
Method | Gets or sets the method for this request. | |
SendChunked | Gets or sets a value that indicates whether to send data in segments to the Internet resource. | |
Timeout | Gets or sets the timeout (in seconds) for this request. | |
Url | Gets or sets the request url. |
Top
Methods
Name | Description | |
---|---|---|
Abort | Abort the current request. | |
BeginGetRequestStream | Begins an asynchronous request for a System.IO.Stream object to use to write data. | |
BeginGetResponse | Begins an asynchronous request to an Internet resource. | |
EndGetRequestStream | Ends an asynchronous request for a System.IO.Stream object to use to write data. | |
EndGetResponse | Ends an asynchronous request to an Internet resource. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetHeader | Returns the value of the header with the given name. | |
GetResponse | Returns a response from an Internet resource. | |
GetStream | Gets the stream to be used to write the request payload. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetHeader | Sets the value of the header with the given name. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.