System.Net.WebRequest.WebRequestPrefixElement.WebRequestPrefixElement C# (CSharp) Method

WebRequestPrefixElement() public method

public WebRequestPrefixElement ( string prefix, IWebRequestCreate creator ) : System.Collections.Generic
prefix string
creator IWebRequestCreate
return System.Collections.Generic
            public WebRequestPrefixElement(string prefix, IWebRequestCreate creator)
            {
                Prefix = prefix;
                Creator = creator;
            }
        }
WebRequest.WebRequestPrefixElement