Utility.IsHttps Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IsHttps(String) |
Returns whether the input string is https. |
IsHttps(Uri) |
Returns whether the input uri is https. |
IsHttps(String)
Returns whether the input string is https.
public static bool IsHttps (string address);
static member IsHttps : string -> bool
Public Function IsHttps (address As String) As Boolean
Parameters
- address
- String
The input string.
Returns
Remarks
true if the input string is https; otherwise, false.