Click here to Skip to main content
Click here to Skip to main content

Remoting Compression Channel Sink

By , 12 Nov 2008
 
namespace Util
{
    internal class CommonHeaders
    {
        #region Headers
        /// <summary>Header to hold the compression state.</summary>
        public const string CompressionEnabled = "cm_Enabled";
        /// <summary>Header to hold the compression supported flag.</summary>
        public const string CompressionSupported = "cm_Supported";
        #endregion
    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

aschmidt

United States United States
Alexander Schmidt. I'm a software developer, who is working primarily with Microsoft technologies including Microsoft .NET. I'm also interested in optimization problems and software engineering in general. You can visit my blog at http://www.alexschmidt.net

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130617.1 | Last Updated 13 Nov 2008
Article Copyright 2008 by aschmidt
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid