1 instantiation of WebHttpEndpoint
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (1)
176
return new
WebHttpEndpoint
(contractDescription);
9 references to WebHttpEndpoint
System.ServiceModel.Web (9)
System\ServiceModel\Configuration\WebHttpEndpointCollectionElement.cs (1)
9
public class WebHttpEndpointCollectionElement : StandardEndpointCollectionElement<
WebHttpEndpoint
, WebHttpEndpointElement>
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (5)
30
get { return typeof(
WebHttpEndpoint
); }
187
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.WebEndpointRequiredBinding, typeof(
WebHttpEndpoint
).Name, WebHttpBinding.WebHttpBindingConfigurationStrings.WebHttpBindingCollectionElementName)));
199
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.WebEndpointRequiredBinding, typeof(
WebHttpEndpoint
).Name, WebHttpBinding.WebHttpBindingConfigurationStrings.WebHttpBindingCollectionElementName)));
215
WebHttpEndpoint
webHttpEndpoint = endpoint as
WebHttpEndpoint
;
System\ServiceModel\Description\WebHttpBehavior.cs (1)
665
SR2.GetString(SR2.ServiceEndpointMustHaveNonNullAddress, typeof(ServiceEndpoint), typeof(ChannelFactory), typeof(
WebHttpEndpoint
), AddressPropertyName, typeof(ServiceEndpoint))));
System\ServiceModel\Description\WebHttpEndpoint.cs (2)
16
static Type WebHttpEndpointType = typeof(
WebHttpEndpoint
);
59
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR2.GetString(SR2.WebBehaviorNotFoundWithEndpoint, typeof(
WebHttpEndpoint
).Name, typeof(WebHttpBehavior).Name)));