1 instantiation of WebScriptEndpoint
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (1)
143return new WebScriptEndpoint(contractDescription);
7 references to WebScriptEndpoint
System.ServiceModel.Web (7)
System\ServiceModel\Configuration\WebScriptEndpointCollectionElement.cs (1)
9public class WebScriptEndpointCollectionElement : StandardEndpointCollectionElement<WebScriptEndpoint, WebScriptEndpointElement>
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (5)
30get { return typeof(WebScriptEndpoint); } 154throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.WebEndpointRequiredBinding, typeof(WebScriptEndpoint).Name, WebHttpBinding.WebHttpBindingConfigurationStrings.WebHttpBindingCollectionElementName))); 166throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.WebEndpointRequiredBinding, typeof(WebScriptEndpoint).Name, WebHttpBinding.WebHttpBindingConfigurationStrings.WebHttpBindingCollectionElementName))); 182WebScriptEndpoint webScriptEndpoint = endpoint as WebScriptEndpoint;
System\ServiceModel\Description\WebScriptEndpoint.cs (1)
22static Type WebScriptEndpointType = typeof(WebScriptEndpoint);