The Web Request Builder class.
| C# | Visual Basic |
public sealed class WebRequestBuilder
Public NotInheritable Class WebRequestBuilder
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| WebRequestBuilder(Uri, HTTPVerb) |
Initializes a new instance of the WebRequestBuilder class.
| |
| WebRequestBuilder(Uri, HTTPVerb, OAuthTokens) |
Initializes a new instance of the WebRequestBuilder class.
| |
| Equals(Object) | (Inherited from Object.) | |
| ExecuteRequest()()()() |
Executes the request.
| |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GenerateAuthorizationHeader()()()() |
Generates the authorization header.
| |
| GenerateNonce()()()() |
Generate a nonce
| |
| GenerateSignature()()()() |
Generates the signature.
| |
| GenerateTimeStamp()()()() |
Generate the timestamp for the signature
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NormalizeUrl(Uri) |
Normalizes the URL.
| |
| Parameters |
Gets or sets the parameters.
| |
| PrepareRequest()()()() |
Prepares the request. It is not nessisary to call this method unless additional configuration is required.
| |
| Proxy |
Gets or sets the proxy.
| |
| Realm |
The HTTP Authorization realm.
| |
| RequestUri |
Gets or sets the request URI.
| |
| SetupOAuth()()()() |
Sets up the OAuth request details.
| |
| Tokens |
Gets or sets the oauth tokens.
| |
| ToString()()()() | (Inherited from Object.) | |
| UrlEncode(String) |
Encodes a value for inclusion in a URL querystring.
| |
| UseOAuth |
Gets or sets a value indicating whether the request will be signed with an OAuth authorization header.
| |
| Verb |
Gets or sets the verb.
|
| Object | |
| WebRequestBuilder | |