IUnsafeWebRequestCreate インターフェイス

定義

注意事項

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

Uri (Uniform Resource Identifier) に安全でない 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 を初期化します。

適用対象