System.Net.HttpRequestStream.HttpRequestStreamAsyncResult.IOCompleted C# (CSharp) Method

IOCompleted() private method

private IOCompleted ( uint errorCode, uint numBytes ) : void
errorCode uint
numBytes uint
return 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