| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
This is the complete list of members for System.Net.CommandStream, including all inherited members.
| _aborted | System.Net.CommandStream | private | 
| _abortReason | System.Net.CommandStream | protected | 
| _activeReadWriteTask | System.IO.Stream | private | 
| _asyncActiveSemaphore | System.IO.Stream | private | 
| _buffer | System.Net.CommandStream | private | 
| _client | System.Net.NetworkStreamWrapper | private | 
| _commands | System.Net.CommandStream | protected | 
| _currentResponseDescription | System.Net.CommandStream | private | 
| _decoder | System.Net.CommandStream | private | 
| _doRead | System.Net.CommandStream | private | 
| _doSend | System.Net.CommandStream | private | 
| _encoding | System.Net.CommandStream | private | 
| _index | System.Net.CommandStream | protected | 
| _isAsync | System.Net.CommandStream | protected | 
| _networkStream | System.Net.NetworkStreamWrapper | private | 
| _recoverableFailure | System.Net.CommandStream | private | 
| _request | System.Net.CommandStream | protected | 
| Abort(Exception e) | System.Net.CommandStream | inlinepackagevirtual | 
| BeginEndReadAsync(byte[] buffer, int offset, int count) | System.IO.Stream | inlineprivate | 
| BeginEndWriteAsync(byte[] buffer, int offset, int count) | System.IO.Stream | inlineprivate | 
| BeginRead(byte[] buffer, int offset, int size, AsyncCallback callback, object state) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.BeginRead(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state) | System.IO.Stream | inlinevirtual | 
| BeginReadInternal(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state, bool serializeAsynchronously, bool apm) | System.IO.Stream | inlinepackage | 
| BeginWrite(byte[] buffer, int offset, int size, AsyncCallback callback, object state) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.BeginWrite(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state) | System.IO.Stream | inlinevirtual | 
| BeginWriteInternal(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state, bool serializeAsynchronously, bool apm) | System.IO.Stream | inlinepackage | 
| BlockingBeginRead(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state) | System.IO.Stream | inlinepackage | 
| BlockingBeginWrite(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state) | System.IO.Stream | inlinepackage | 
| BlockingEndRead(global::System.IAsyncResult asyncResult) | System.IO.Stream | inlinepackagestatic | 
| BlockingEndWrite(global::System.IAsyncResult asyncResult) | System.IO.Stream | inlinepackagestatic | 
| BuildCommandsList(WebRequest request) | System.Net.CommandStream | inlineprotectedvirtual | 
| CanRead | System.Net.NetworkStreamWrapper | |
| CanSeek | System.Net.NetworkStreamWrapper | |
| CanTimeout | System.Net.NetworkStreamWrapper | |
| CanWrite | System.Net.NetworkStreamWrapper | |
| CheckContinuePipeline() | System.Net.CommandStream | inlinepackage | 
| CheckValid(ResponseDescription response, ref int validThrough, ref int completeLength) | System.Net.CommandStream | inlineprotectedvirtual | 
| ClearState() | System.Net.CommandStream | inlineprotectedvirtual | 
| Close(int timeout) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.Close() | System.IO.Stream | inlinevirtual | 
| CloseSocket() | System.Net.NetworkStreamWrapper | inlinepackage | 
| CommandStream(TcpClient client) | System.Net.CommandStream | inlinepackage | 
| CommandStream() | System.Net.CommandStream | inlineprivatestatic | 
| CompletedPipeline | System.Net.CommandStream | privatestatic | 
| ContinueCommandPipeline() | System.Net.CommandStream | inlineprotected | 
| CopyTo(Stream destination) | System.IO.Stream | inline | 
| CopyTo(Stream destination, int bufferSize) | System.IO.Stream | inlinevirtual | 
| Dispose(bool disposing) | System.Net.CommandStream | inlineprotectedvirtual | 
| System::IO::Stream.Dispose() | System.IO.Stream | inline | 
| Encoding | System.Net.CommandStream | protected | 
| EndRead(IAsyncResult asyncResult) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.EndRead(global::System.IAsyncResult asyncResult) | System.IO.Stream | inlinevirtual | 
| EndWrite(IAsyncResult asyncResult) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.EndWrite(global::System.IAsyncResult asyncResult) | System.IO.Stream | inlinevirtual | 
| EnsureAsyncActiveSemaphoreInitialized() | System.IO.Stream | inlinepackage | 
| FinishTrackingAsyncOperation() | System.IO.Stream | inlineprivate | 
| FinishWriteAsync(global::System.Threading.Tasks.Task writeTask, byte[] localBuffer) | System.IO.Stream | inlineprivate | 
| Flush() | System.Net.NetworkStreamWrapper | inline | 
| FlushAsync(CancellationToken cancellationToken) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.FlushAsync(global::System.Threading.CancellationToken cancellationToken) | System.IO.Stream | inlinevirtual | 
| GenerateException(string message, WebExceptionStatus status, Exception innerException) | System.Net.CommandStream | inlineprotected | 
| GenerateException(FtpStatusCode code, string statusDescription, Exception innerException) | System.Net.CommandStream | inlineprotected | 
| GetCopyBufferSize() | System.IO.Stream | inlineprivate | 
| HasOverriddenBeginEndRead() | System.IO.Stream | inlineprivate | 
| HasOverriddenBeginEndWrite() | System.IO.Stream | inlineprivate | 
| InitCommandPipeline(WebRequest request, CommandStream.PipelineEntry[] commands, bool isAsync) | System.Net.CommandStream | inlineprotected | 
| InvokeRequestCallback(object obj) | System.Net.CommandStream | inlineprotected | 
| Length | System.Net.NetworkStreamWrapper | |
| MarkAsRecoverableFailure() | System.Net.CommandStream | inlineprotected | 
| Method_Internal_Static_ValueTask_1_Int32_Task_1_Int32_Byte_Memory_1_Byte_0(global::System.Threading.Tasks.Task< int > readTask, byte[] localBuffer, global::System.Memory< byte > localDestination) | System.IO.Stream | inlinepackagestatic | 
| NetworkStream | System.Net.NetworkStreamWrapper | package | 
| NetworkStreamWrapper(TcpClient client) | System.Net.NetworkStreamWrapper | inlinepackage | 
| Null | System.IO.Stream | static | 
| PipelineCallback(CommandStream.PipelineEntry entry, ResponseDescription response, bool timeout, ref Stream stream) | System.Net.CommandStream | inlineprotectedvirtual | 
| PipelineEntryFlags enum name | System.Net.CommandStream | package | 
| PipelineInstruction enum name | System.Net.CommandStream | package | 
| Position | System.Net.NetworkStreamWrapper | |
| PostReadCommandProcessing(ref Stream stream) | System.Net.CommandStream | inlineprivate | 
| PostSendCommandProcessing(ref Stream stream) | System.Net.CommandStream | inlineprivate | 
| Read(byte[] buffer, int offset, int size) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.Read(global::System.Span< byte > buffer) | System.IO.Stream | inlinevirtual | 
| ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.ReadAsync(byte[] buffer, int offset, int count) | System.IO.Stream | inline | 
| System::IO::Stream.ReadAsync(byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken) | System.IO.Stream | inlinevirtual | 
| System::IO::Stream.ReadAsync(global::System.Memory< byte > buffer, global::System.Threading.CancellationToken cancellationToken=default(global::System.Threading.CancellationToken)) | System.IO.Stream | inlinevirtual | 
| ReadByte() | System.IO.Stream | inlinevirtual | 
| ReadCallback(IAsyncResult asyncResult) | System.Net.CommandStream | inlineprivatestatic | 
| ReadTimeout | System.Net.NetworkStreamWrapper | |
| ReceiveCommandResponse() | System.Net.CommandStream | inlineprivate | 
| ReceiveCommandResponseCallback(ReceiveState state, int bytesRead) | System.Net.CommandStream | inlineprivate | 
| RecoverableFailure | System.Net.CommandStream | package | 
| RunReadWriteTask(Stream.ReadWriteTask readWriteTask) | System.IO.Stream | inlineprivate | 
| RunReadWriteTaskWhenReady(global::System.Threading.Tasks.Task asyncWaiter, Stream.ReadWriteTask readWriteTask) | System.IO.Stream | inlineprivate | 
| s_readCallbackDelegate | System.Net.CommandStream | privatestatic | 
| s_writeCallbackDelegate | System.Net.CommandStream | privatestatic | 
| Seek(long offset, SeekOrigin origin) | System.Net.NetworkStreamWrapper | inline | 
| ServerAddress | System.Net.NetworkStreamWrapper | package | 
| SetLength(long value) | System.Net.NetworkStreamWrapper | inline | 
| SetSocketTimeoutOption(int timeout) | System.Net.NetworkStreamWrapper | inlinepackage | 
| Socket | System.Net.NetworkStreamWrapper | package | 
| Stream() | System.IO.Stream | inlineprotected | 
| Stream() | System.IO.Stream | inlineprivatestatic | 
| SubmitRequest(WebRequest request, bool isAsync, bool readInitalResponseOnConnect) | System.Net.CommandStream | inlinepackage | 
| UsingSecureStream | System.Net.NetworkStreamWrapper | protected | 
| WaitingForPipeline | System.Net.CommandStream | privatestatic | 
| Write(byte[] buffer, int offset, int size) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.Write(global::System.ReadOnlySpan< byte > buffer) | System.IO.Stream | inlinevirtual | 
| WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) | System.Net.NetworkStreamWrapper | inline | 
| System::IO::Stream.WriteAsync(byte[] buffer, int offset, int count) | System.IO.Stream | inline | 
| System::IO::Stream.WriteAsync(byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken) | System.IO.Stream | inlinevirtual | 
| System::IO::Stream.WriteAsync(global::System.ReadOnlyMemory< byte > buffer, global::System.Threading.CancellationToken cancellationToken=default(global::System.Threading.CancellationToken)) | System.IO.Stream | inlinevirtual | 
| WriteByte(byte value) | System.IO.Stream | inlinevirtual | 
| WriteCallback(IAsyncResult asyncResult) | System.Net.CommandStream | inlineprivatestatic | 
| WriteTimeout | System.Net.NetworkStreamWrapper |