RequestResult Constructor (String,  Byte , NameValueCollection, Int32)Nemiro.OAuth
Initializes a new instance of the RequestResult class.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public RequestResult(
	string contentType = null,
	byte[] source = null,
	NameValueCollection httpHeaders = null,
	int statusCode = 0
)

Parameters

contentType (Optional)
Type: System String
The content type of the response.
source (Optional)
Type:  System Byte 
The source of the response.
httpHeaders (Optional)
Type: System.Collections.Specialized NameValueCollection
The HTTP headers of the response.
statusCode (Optional)
Type: System Int32
The HTTP status code of the response.
See Also