8 references to WebHttpBehavior
System.ServiceModel.Web (8)
System\ServiceModel\Description\WebHttpEndpoint.cs (8)
30get { return this.WebHttpBehavior.HelpEnabled; } 31set { this.WebHttpBehavior.HelpEnabled = value; } 36get { return this.WebHttpBehavior.DefaultOutgoingResponseFormat; } 37set { this.WebHttpBehavior.DefaultOutgoingResponseFormat = value; } 42get { return this.WebHttpBehavior.AutomaticFormatSelectionEnabled; } 43set { this.WebHttpBehavior.AutomaticFormatSelectionEnabled = value; } 48get { return this.WebHttpBehavior.FaultExceptionEnabled; } 49set { this.WebHttpBehavior.FaultExceptionEnabled = value; }