| URLHelperEnsureProperPort Method  | 
            Sets proper port according to SSL option and custom port.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
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