IsHttpUri()
HttpUtilities::IsHttpUri(System::SharedPtr<Uri>) method
Checks if the specified URI is the HTTP URI.
static bool System::Net::Http::HttpUtilities::IsHttpUri(System::SharedPtr<Uri> uri)
Arguments
Parameter | Type | Description |
---|---|---|
uri | System::SharedPtr<Uri> | The URI to check. |
Return Value
True when the specified URI is the HTTP URI, otherwise false.
See Also
- Typedef SharedPtr
- Class Uri
- Class HttpUtilities
- Namespace System::Net::Http
- Library Aspose.Slides