System.Net.HttpRequestStream.HttpRequestStreamAsyncResult.IOCompleted C# (CSharp) Метод

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

private IOCompleted ( uint errorCode, uint numBytes ) : void
errorCode uint
numBytes uint
Результат void
            internal void IOCompleted(uint errorCode, uint numBytes)
            {
                IOCompleted(this, errorCode, numBytes);
            }

Same methods

HttpRequestStream.HttpRequestStreamAsyncResult::IOCompleted ( HttpRequestStreamAsyncResult asyncResult, uint errorCode, uint numBytes ) : void
HttpRequestStream.HttpRequestStreamAsyncResult