System.Net.Sockets.SafeNativeOverlapped.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            if (NetEventSource.IsEnabled) NetEventSource.Info(this);

            FreeNativeOverlapped();

#if DEBUG
            SocketHandle.Release();
#endif
            return true;
        }