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