4 references to WebHttpBehavior
System.ServiceModel.Web (4)
System\ServiceModel\Configuration\WebHttpElement.cs (1)
83return new WebHttpBehavior()
System\ServiceModel\Description\WebHttpEndpoint.cs (1)
25this.Behaviors.Add(new WebHttpBehavior());
System\ServiceModel\Web\WebChannelFactory.cs (1)
78this.Endpoint.Behaviors.Add(new WebHttpBehavior());
System\ServiceModel\Web\WebServiceHost.cs (1)
236serviceEndpoint.Behaviors.Add(new WebHttpBehavior());