Click or drag to resize
ScriptHelperFixSSLForWCFServices Method
Fixes SSL within WCF web services

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void FixSSLForWCFServices(
	Page page,
	string serviceName
)

Parameters

page
Type: System.Web.UIPage
Page
serviceName
Type: SystemString
Service name
See Also