System::Net::WebRequest::Create method
Contents
[
Hide
]WebRequest::Create(String) method
Creates a new instance of the WebRequest class using the specified URI.
static System::SharedPtr<WebRequest> System::Net::WebRequest::Create(String requestUriString)
Parameter | Type | Description |
---|---|---|
requestUriString | String | The URI that is used to create a new instance of the WebRequest class. |
ReturnValue
A newly created WebRequest-class instance.
See Also
- Typedef SharedPtr
- Class WebRequest
- Class String
- Class WebRequest
- Namespace System::Net
- Library Aspose.PUB for C++
WebRequest::Create(System::SharedPtr<Uri>) method
Creates a new instance of the WebRequest class using the specified URI.
static System::SharedPtr<WebRequest> System::Net::WebRequest::Create(System::SharedPtr<Uri> requestUri)
Parameter | Type | Description |
---|---|---|
requestUri | System::SharedPtr<Uri> | The URI that is used to create a new instance of the WebRequest class. |
ReturnValue
A newly created WebRequest-class instance.
See Also
- Typedef SharedPtr
- Class WebRequest
- Class Uri
- Class WebRequest
- Namespace System::Net
- Library Aspose.PUB for C++