System.Net.WebSockets.WebSocketHttpListenerDuplexStream.HttpListenerAsyncEventArgs.InitializeOverlapped C# (CSharp) Method

InitializeOverlapped() private method

private InitializeOverlapped ( ThreadPoolBoundHandle boundHandle ) : void
boundHandle System.Threading.ThreadPoolBoundHandle
return void
            private unsafe void InitializeOverlapped(ThreadPoolBoundHandle boundHandle)
            {
                _boundHandle = boundHandle;
                _ptrNativeOverlapped = boundHandle.AllocateNativeOverlapped(CompletionPortCallback, null, null);
            }