System.Net.CookieCollection.Dump C# (CSharp) Метод

Dump() приватный Метод

private Dump ( ) : void
Результат void
        internal void Dump()
        {
            if (NetEventSource.IsEnabled)
            {
                if (NetEventSource.IsEnabled) NetEventSource.Enter(this);
                foreach (Cookie cookie in this)
                {
                    cookie.Dump();
                }
            }
        }
#endif