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

RecognizedAttribute() private method

private RecognizedAttribute ( string name, CookieToken token ) : System.Collections
name string
token CookieToken
return System.Collections
            internal RecognizedAttribute(string name, CookieToken token)
            {
                m_name = name;
                m_token = token;
            }

Same methods

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