Twitterizer 2 Documentation
WebRequestBuilder Class
NamespacesTwitterizerWebRequestBuilder
The Web Request Builder class.
Declaration Syntax
C#Visual Basic
public sealed class WebRequestBuilder
Public NotInheritable Class WebRequestBuilder
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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.

Inheritance Hierarchy
Object
WebRequestBuilder

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)