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

WebRequestPrefixElement() public method

public WebRequestPrefixElement ( string P, IWebRequestCreate C ) : System.IO
P string
C IWebRequestCreate
return System.IO
        public WebRequestPrefixElement(string P, IWebRequestCreate C) {
            Prefix = P;
            Creator = C;
        }

Same methods

WebRequestPrefixElement::WebRequestPrefixElement ( string P, Type creatorType ) : System.IO
WebRequestPrefixElement