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

See Also

Reference

VssHttpRequestSettings Class

Microsoft.VisualStudio.Services.Common Namespace