System.Net.WebRequest.WebRequestPrefixElement.WebRequestPrefixElement C# (CSharp) 메소드

WebRequestPrefixElement() 공개 메소드

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