System::Net::WebRequest::CreateHttp yöntemi
İçindekiler
[
Saklamak
]WebRequest::CreateHttp(String) method
Belirtilen URI’yi kullanarak WebRequest sınıfının yeni bir örneğini oluşturur.
static System::SharedPtr<HttpWebRequest> System::Net::WebRequest::CreateHttp(String requestUriString)
| Parametre | Tür | Açıklama |
|---|---|---|
| requestUriString | String | Yeni bir WebRequest sınıfı örneği oluşturmak için kullanılan URI. |
ReturnValue
Yeni oluşturulmuş bir WebRequest sınıfı örneği.
Açıklamalar
Belirtilen URI, http:// veya https:// dışındaki herhangi bir şema ile başlarsa NotSupportedException fırlatılacaktır.
Ayrıca Bakınız
- Typedef SharedPtr
- Class HttpWebRequest
- Class String
- Class WebRequest
- Namespace System::Net
- Library Aspose.Font for C++
WebRequest::CreateHttp(System::SharedPtr<Uri>) method
Belirtilen URI’yi kullanarak WebRequest sınıfının yeni bir örneğini oluşturur.
static System::SharedPtr<HttpWebRequest> System::Net::WebRequest::CreateHttp(System::SharedPtr<Uri> requestUri)
| Parametre | Tür | Açıklama |
|---|---|---|
| requestUri | System::SharedPtr<Uri> | Yeni bir WebRequest sınıfı örneği oluşturmak için kullanılan URI. |
ReturnValue
Yeni oluşturulmuş bir WebRequest sınıfı örneği.
Açıklamalar
Belirtilen URI, http:// veya https:// dışındaki herhangi bir şema ile başlarsa NotSupportedException fırlatılacaktır.
Ayrıca Bakınız
- Typedef SharedPtr
- Class HttpWebRequest
- Class Uri
- Class WebRequest
- Namespace System::Net
- Library Aspose.Font for C++