WebRequestModuleElement::Prefix Property
.NET Framework (current version)
Gets or sets the URI prefix for the current Web request module.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("prefix", IsRequired = true, IsKey = true)] property String^ Prefix { String^ get(); void set(String^ value); }
The .NET Framework version 2.0 provides Web request modules that create requests for resources with the following prefixes:
HTTP
HTTPS
FTP
FILE
.NET Framework
Available since 2.0
Available since 2.0
Show: