2 references to RequestFormat
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
1140return wga.IsRequestFormatSetExplicitly ? wga.RequestFormat : this.DefaultOutgoingRequestFormat;
System\ServiceModel\Web\WebGetAttribute.cs (1)
118wmiInstance.SetProperty("RequestFormat", this.RequestFormat.ToString());