| URLHelperEnsureProperPort Method | 
            Sets proper port according to SSL option and custom port.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static Uri EnsureProperPort(
	bool isSSL,
	Uri uri
)
Parameters
- isSSL
- Type: SystemBoolean
 SSL option
- uri
- Type: SystemUri
 Uri to check
Return Value
Type: 
Uri See Also
See Also