9 references to Request
System.ServiceModel.Web (9)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (9)
249MessageHelpInformation info = isRequest ? operationInfo.Request : operationInfo.Response; 296if (operationInfo.Request.XmlExample != null) 298element.Add(GenerateSampleXml(operationInfo.Request.XmlExample, SR2.GetString(SR2.HelpPageXmlRequest), HtmlRequestXmlId)); 300if (operationInfo.Request.JsonExample != null) 302element.Add(AddSampleJson(operationInfo.Request.JsonExample, SR2.GetString(SR2.HelpPageJsonRequest), HtmlRequestJsonId)); 313if (operationInfo.Request.Schema != null) 315element.Add(GenerateSampleXml(XmlSchemaToXElement(operationInfo.Request.Schema), SR2.GetString(SR2.HelpPageRequestSchema), HtmlRequestSchemaId)); 317foreach (XmlSchema schema in operationInfo.Request.SchemaSet.Schemas()) 319if (schema.TargetNamespace != operationInfo.Request.Schema.TargetNamespace)