C# Class JSIStudios.SimpleRESTServices.Client.HttpHeader

Show file Open project: JSIStudios/SimpleRestServices

Public Methods

Method Description
HttpHeader ( string key, string value ) : System

Initializes a new instance of the HttpHeader class using the specified key and value.

Method Details

HttpHeader() public method

Initializes a new instance of the HttpHeader class using the specified key and value.
/// If is null. /// -or- /// If is null. /// If is empty.
public HttpHeader ( string key, string value ) : System
key string The HTTP header key.
value string The HTTP header value.
return System