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