1 write to HttpHelpPageUrl
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceDebugElement.cs (1)
107
behavior.
HttpHelpPageUrl
= this.HttpHelpPageUrl;
3 references to HttpHelpPageUrl
System.ServiceModel (2)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
283
if (null != specificBehavior.
HttpHelpPageUrl
)
285
instance.SetProperty(AdministrationStrings.HttpHelpPageUrl, specificBehavior.
HttpHelpPageUrl
.ToString());
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ApplyHostConfigurationBehavior.cs (1)
89
ThrowIfAbsolute(debugBehavior.
HttpHelpPageUrl
);