WebRequestModuleElement.Type 属性

定义

获取或设置创建 Web 请求的类。

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Net.Configuration.WebRequestModuleElement+TypeTypeConverter))]
[System.Configuration.ConfigurationProperty("type")]
public Type Type { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Net.Configuration.WebRequestModuleElement+TypeTypeConverter))>]
[<System.Configuration.ConfigurationProperty("type")>]
member this.Type : Type with get, set
Public Property Type As Type

属性值

一个 Type 实例,标识 Web 请求模块。

属性

注解

WebRequest使用 和 WebResponse 类,应用程序可以为任何有效的 Uri请求资源。 使用此属性可以指定注册为使用 Create 方法创建新请求的类型。

.NET Framework版本 2.0 提供 Web 请求模块,用于创建具有以下前缀的资源请求:

  • HTTP

  • HTTPS

  • FTP

  • FILE

适用于