IUnsafeWebRequestCreate 接口

定义

注意

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

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

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

适用于