C# Class System.Net.WebRequestPrefixElement

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
Prefix string

Public Methods

Method Description
WebRequestPrefixElement ( string P, IWebRequestCreate C ) : System.IO
WebRequestPrefixElement ( string P, Type creatorType ) : System.IO

Method Details

WebRequestPrefixElement() public method

public WebRequestPrefixElement ( string P, IWebRequestCreate C ) : System.IO
P string
C IWebRequestCreate
return System.IO

WebRequestPrefixElement() public method

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

Property Details

Prefix public_oe property

public string Prefix
return string