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