System.Net.CookieTokenizer.RecognizedAttribute.RecognizedAttribute C# (CSharp) Method

RecognizedAttribute() private method

private RecognizedAttribute ( string name, CookieToken token ) : System.Collections.Generic
name string
token CookieToken
return System.Collections.Generic
            internal RecognizedAttribute(string name, CookieToken token)
            {
                _name = name;
                _token = token;
            }

Same methods

CookieTokenizer.RecognizedAttribute::RecognizedAttribute ( string name, CookieToken token ) : System.Collections
CookieTokenizer.RecognizedAttribute