IUnsafeWebRequestCreate 接口

定义

注意

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

创建不安全 WebRequest 的统一资源标识符(URI)。

public interface class IUnsafeWebRequestCreate
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public interface IUnsafeWebRequestCreate
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type IUnsafeWebRequestCreate = interface
Public Interface IUnsafeWebRequestCreate
属性

方法

名称 说明
Create(Uri)
已过时.

为指定的 URI 方案初始化新的 WebRequest URI 方案。

适用于