Initializes a new instance of the RequestResult class.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
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