2 references to RequestFormat
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
1144return wia.IsRequestFormatSetExplicitly ? wia.RequestFormat : this.DefaultOutgoingRequestFormat;
System\ServiceModel\Web\WebInvokeAttribute.cs (1)
133wmiInstance.SetProperty("RequestFormat", this.RequestFormat.ToString());