System.Net.ContextAwareResult.CleanupInternal C# (CSharp) Метод

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

private CleanupInternal ( ) : void
Результат void
        private void CleanupInternal()
        {
            if (_windowsIdentity != null)
            {
                _windowsIdentity.Dispose();
                _windowsIdentity = null;
            }
        }
    }