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