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

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

private ListenerClientCertAsyncResult ( ThreadPoolBoundHandle boundHandle, object asyncObject, object userState, AsyncCallback callback, uint size ) : System.Runtime.InteropServices
boundHandle System.Threading.ThreadPoolBoundHandle
asyncObject object
userState object
callback AsyncCallback
size uint
Результат System.Runtime.InteropServices
        internal ListenerClientCertAsyncResult(ThreadPoolBoundHandle boundHandle, object asyncObject, object userState, AsyncCallback callback, uint size) : base(asyncObject, userState, callback)
        {
            // we will use this overlapped structure to issue async IO to ul
            // the event handle will be put in by the BeginHttpApi2.ERROR_SUCCESS() method
            _boundHandle = boundHandle;
            Reset(size);
        }