DynamicRest.TemplatedUriRequestBuilder.AddCustomHeader C# (CSharp) 메소드

AddCustomHeader() 공개 메소드

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