2 instantiations of MessageHelpInformation
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
201this.request = new MessageHelpInformation(od, true, GetRequestBodyType(od, this.UriTemplate), 214this.response = new MessageHelpInformation(od, false, GetResponseBodyType(od),
5 references to MessageHelpInformation
System.ServiceModel.Web (5)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (1)
249MessageHelpInformation info = isRequest ? operationInfo.Request : operationInfo.Response;
System\ServiceModel\Dispatcher\HelpPage.cs (4)
134MessageHelpInformation request; 135MessageHelpInformation response; 195public MessageHelpInformation Request 208public MessageHelpInformation Response