All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp.libraries.generichost.CookieContainer.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
// 
{{partial_header}}
{{#nrt}}
#nullable enable

{{/nrt}}
using System.Linq;
using System.Collections.Generic;

namespace {{packageName}}.{{clientPackage}}
{
    /// 
    /// A class containing a CookieContainer
    /// 
    {{>visibility}} sealed class CookieContainer
    {
        /// 
        /// The collection of tokens
        /// 
        public System.Net.CookieContainer Value { get; } = new System.Net.CookieContainer();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy