1 write to helpUriTable
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
59
this.
helpUriTable
= new UriTemplateTable(endpoint.ListenUri, HelpPage.GetOperationTemplatePairs());
2 references to helpUriTable
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
209
if (this.
helpUriTable
!= null)
211
UriTemplateMatch match = this.
helpUriTable
.MatchSingle(to);