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