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