System.Net.ContextAwareResult.CleanupInternal C# (CSharp) Method

CleanupInternal() private method

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