다음을 통해 공유


IUnsafeWebRequestCreate.Create(Uri) 메서드

정의

주의

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

지정된 URI 체계에 대한 새 WebRequest를 초기화합니다.

public:
 System::Net::WebRequest ^ Create(Uri ^ uri);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.Net.WebRequest Create (Uri uri);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
abstract member Create : Uri -> System.Net.WebRequest
Public Function Create (uri As Uri) As WebRequest

매개 변수

uri
Uri

요청된 리소스의 URI입니다.

반환

WebRequest를 반환합니다.

지정된 URI 체계에 대한 WebRequest 하위 항목입니다.

특성

적용 대상