IUnsafeWebRequestCreate インターフェイス

定義

注意事項

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

Uniform Resource Identifier (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 を初期化します。

適用対象