1 write to webHttpBehavior
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
29
this.
webHttpBehavior
= webHttpBehavior;
3 references to webHttpBehavior
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\WebErrorHandler.cs (3)
71
WebMessageFormat format = nullableFormat.HasValue ? nullableFormat.Value : this.
webHttpBehavior
.GetResponseFormat(description);
138
helpUri = this.
webHttpBehavior
.HelpUri != null ? UriTemplate.RewriteUri(this.
webHttpBehavior
.HelpUri, WebOperationContext.Current.IncomingRequest.Headers[HttpRequestHeader.Host]) : null;