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