WebServiceRequestBase.AllowsRequestContentCompression property

True if the request content compression is allowed.

public bool AllowsRequestContentCompression { get; set; }

Remarks

If it significantly reduces the content length, the request content will be compressed and the content type will be wrapped with application/x-vnd.logos.compressed; type=”…”.

See Also