System.Net.ContextAwareResult.CleanupInternal C# (CSharp) 메소드

CleanupInternal() 개인적인 메소드

private CleanupInternal ( ) : void
리턴 void
        private void CleanupInternal()
        {
            if (_windowsIdentity != null)
            {
                _windowsIdentity.Dispose();
                _windowsIdentity = null;
            }
        }
    }