Community Analyst API for Silverlight 2.2 Reference
ToHttpsUrl Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore Namespace > CoreUtils Class : ToHttpsUrl Method

url
Input URL or null.

Glossary Item Box

Converts nonsecured HTTP URL to HTTPS URL.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

url
Input URL or null.

Return Value

HTTPS URL or an original URL if it is non-HTTP URL.

Remarks

If the input URL is null or its schema is not "http", the input URL is returned. When converted, the "http" schema name is replaced with "https", port 80 is replaced with 443, and port 8080 is replaced with 8443. Convertion result contains "https" schema, host name, port, and local path. Other components of input URL are ignored.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 ESRI Inc. All Rights Reserved.