153 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
164 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
168 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
175 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
179 public override int Read(
byte[] buffer,
int offset,
int size)
208 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
335 if (asyncResult !=
null)
478 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
class f__AnonymousType0<< Count > j__TPar
static new bool IsEnabled
readonly Socket _streamSocket
override IAsyncResult BeginWrite(byte[] buffer, int offset, int size, AsyncCallback callback, object state)
readonly bool _ownsSocket
void SetSocketTimeoutOption(SocketShutdown mode, int timeout, bool silent)
override int Read(byte[] buffer, int offset, int size)
override ValueTask< int > ReadAsync(Memory< byte > buffer, CancellationToken cancellationToken)
override int EndRead(IAsyncResult asyncResult)
override ValueTask WriteAsync(ReadOnlyMemory< byte > buffer, CancellationToken cancellationToken)
override void Write(byte[] buffer, int offset, int size)
override void Write(ReadOnlySpan< byte > source)
override Task< int > ReadAsync(byte[] buffer, int offset, int size, CancellationToken cancellationToken)
override void SetLength(long value)
override void WriteByte(byte value)
NetworkStream(Socket socket, bool ownsSocket)
override long Seek(long offset, SeekOrigin origin)
override void Dispose(bool disposing)
override void EndWrite(IAsyncResult asyncResult)
override int Read(Span< byte > destination)
NetworkStream(Socket socket)
NetworkStream(Socket socket, FileAccess access, bool ownsSocket)
override Task WriteAsync(byte[] buffer, int offset, int size, CancellationToken cancellationToken)
override IAsyncResult BeginRead(byte[] buffer, int offset, int size, AsyncCallback callback, object state)
override Task FlushAsync(CancellationToken cancellationToken)
virtual bool DataAvailable
override int WriteTimeout
int EndSend(IAsyncResult asyncResult)
void InternalShutdown(SocketShutdown how)
object GetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName)
static void ThrowArgumentOutOfRangeException()