System.Net.Cookie.Cookie C# (CSharp) Method

Cookie() static private method

static private Cookie ( ) : System.Collections.Generic
return System.Collections.Generic
        static Cookie()
        {
            Debug.Assert(MaxSupportedVersion.ToString(NumberFormatInfo.InvariantInfo).Equals(MaxSupportedVersionString, StringComparison.Ordinal));
        }
#endif

Same methods

Cookie::Cookie ( ) : System.Collections
Cookie::Cookie ( string name, string value ) : System.Collections
Cookie::Cookie ( string name, string value, string path ) : System.Collections
Cookie::Cookie ( string name, string value, string path, string domain ) : System.Collections
Cookie::Cookie ( string name, string value ) : System.Collections.Generic
Cookie::Cookie ( string name, string value, string path ) : System.Collections.Generic
Cookie::Cookie ( string name, string value, string path, string domain ) : System.Collections.Generic