2 references to IsResponseFormatSetExplicitly
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
1159
return wga.
IsResponseFormatSetExplicitly
? wga.ResponseFormat : this.DefaultOutgoingResponseFormat;
System\ServiceModel\Web\WebGetAttribute.cs (1)
121
wmiInstance.SetProperty("IsResponseFormatSetExplicitly", this.
IsResponseFormatSetExplicitly
.ToString());