VssHttpRequestSettings.CompressionEnabled Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property CompressionEnabled As Boolean
public bool CompressionEnabled { get; set; }
public:
property bool CompressionEnabled {
bool get ();
void set (bool value);
}
member CompressionEnabled : bool with get, set
function get CompressionEnabled () : boolean
function set CompressionEnabled (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.