10 references to Response
System.ServiceModel.Web (10)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (9)
249
MessageHelpInformation info = isRequest ? operationInfo.Request : operationInfo.
Response
;
304
if (operationInfo.
Response
.XmlExample != null)
306
element.Add(GenerateSampleXml(operationInfo.
Response
.XmlExample, SR2.GetString(SR2.HelpPageXmlResponse), HtmlResponseXmlId));
308
if (operationInfo.
Response
.JsonExample != null)
310
element.Add(AddSampleJson(operationInfo.
Response
.JsonExample, SR2.GetString(SR2.HelpPageJsonResponse), HtmlResponseJsonId));
325
if (operationInfo.
Response
.Schema != null)
327
element.Add(GenerateSampleXml(XmlSchemaToXElement(operationInfo.
Response
.Schema), SR2.GetString(SR2.HelpPageResponseSchema), HtmlResponseSchemaId));
329
foreach (XmlSchema schema in operationInfo.
Response
.SchemaSet.Schemas())
331
if (schema.TargetNamespace != operationInfo.
Response
.Schema.TargetNamespace)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
179
if (this.
Response
.SupportsJson && this.Method == WebHttpBehavior.GET)