C# Class System.Net.WebRequest.WebRequestPrefixElement

显示文件 Open project: dotnet/corefx

Public Properties

Property Type Description
Creator IWebRequestCreate
Prefix string

Public Methods

Method Description
WebRequestPrefixElement ( string prefix, IWebRequestCreate creator ) : System.Collections.Generic

Method Details

WebRequestPrefixElement() public method

public WebRequestPrefixElement ( string prefix, IWebRequestCreate creator ) : System.Collections.Generic
prefix string
creator IWebRequestCreate
return System.Collections.Generic

Property Details

Creator public_oe property

public IWebRequestCreate Creator
return IWebRequestCreate

Prefix public_oe property

public string Prefix
return string