DynamicRest.TemplatedUriRequestBuilder.AddCustomHeader C# (CSharp) Method

AddCustomHeader() public method

public AddCustomHeader ( string headerKey, string value ) : void
headerKey string
value string
return void
        public void AddCustomHeader(string headerKey, string value)
        {
            _headers.Add(headerKey, value);
        }