Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Security.AuthenticatedStream Member List

This is the complete list of members for System.Net.Security.AuthenticatedStream, including all inherited members.

_asyncActiveSemaphoreSystem.IO.Streamprotected
_innerStreamSystem.Net.Security.AuthenticatedStreamprivate
_leaveStreamOpenSystem.Net.Security.AuthenticatedStreamprivate
AuthenticatedStream(Stream innerStream, bool leaveInnerStreamOpen)System.Net.Security.AuthenticatedStreaminlineprotected
BeginEndReadAsync(byte[] buffer, int offset, int count)System.IO.Streaminlineprivate
BeginEndWriteAsync(byte[] buffer, int offset, int count)System.IO.Streaminlineprivate
BeginRead(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)System.IO.Streaminlinevirtual
BeginReadInternal(byte[] buffer, int offset, int count, AsyncCallback callback, object state, bool serializeAsynchronously, bool apm)System.IO.Streaminlinepackage
BeginWrite(byte[] buffer, int offset, int count, AsyncCallback? callback, object? state)System.IO.Streaminlinevirtual
BeginWriteInternal(byte[] buffer, int offset, int count, AsyncCallback callback, object state, bool serializeAsynchronously, bool apm)System.IO.Streaminlinepackage
CanReadSystem.IO.Stream
CanSeekSystem.IO.Stream
CanTimeoutSystem.IO.Stream
CanWriteSystem.IO.Stream
Close()System.IO.Streaminlinevirtual
CopyTo(Stream destination)System.IO.Streaminline
CopyTo(Stream destination, int bufferSize)System.IO.Streaminlinevirtual
CopyToAsync(Stream destination)System.IO.Streaminline
CopyToAsync(Stream destination, int bufferSize)System.IO.Streaminline
CopyToAsync(Stream destination, CancellationToken cancellationToken)System.IO.Streaminline
CopyToAsync(Stream destination, int bufferSize, CancellationToken cancellationToken)System.IO.Streaminlinevirtual
CreateWaitHandle()System.IO.Streaminlineprotectedvirtual
Dispose(bool disposing)System.Net.Security.AuthenticatedStreaminlineprotectedvirtual
System::IO::Stream.Dispose()System.IO.Streaminline
DisposeAsync()System.Net.Security.AuthenticatedStreaminlinevirtual
EndRead(IAsyncResult asyncResult)System.IO.Streaminlinevirtual
EndWrite(IAsyncResult asyncResult)System.IO.Streaminlinevirtual
EnsureAsyncActiveSemaphoreInitialized()System.IO.Streaminlineprotected
FinishTrackingAsyncOperation(ReadWriteTask task)System.IO.Streaminlineprivate
FinishWriteAsync(Task writeTask, byte[] localBuffer)System.IO.Streaminlineprivatestatic
Flush()System.IO.Stream
FlushAsync()System.IO.Streaminline
FlushAsync(CancellationToken cancellationToken)System.IO.Streaminlinevirtual
GetCopyBufferSize()System.IO.Streaminlineprivate
GetLifetimeService()System.MarshalByRefObjectinline
HasOverriddenBeginEndRead()System.IO.Streamprivate
HasOverriddenBeginEndWrite()System.IO.Streamprivate
InitializeLifetimeService()System.MarshalByRefObjectinlinevirtual
InnerStreamSystem.Net.Security.AuthenticatedStreamprotected
IsAuthenticatedSystem.Net.Security.AuthenticatedStream
IsEncryptedSystem.Net.Security.AuthenticatedStream
IsMutuallyAuthenticatedSystem.Net.Security.AuthenticatedStream
IsServerSystem.Net.Security.AuthenticatedStream
IsSignedSystem.Net.Security.AuthenticatedStream
LeaveInnerStreamOpenSystem.Net.Security.AuthenticatedStream
LengthSystem.IO.Stream
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectinlineprotected
NullSystem.IO.Streamstatic
ObjectInvariant()System.IO.Streaminlineprotectedvirtual
PositionSystem.IO.Stream
Read(byte[] buffer, int offset, int count)System.IO.Stream
Read(Span< byte > buffer)System.IO.Streaminlinevirtual
ReadAsync(byte[] buffer, int offset, int count)System.IO.Streaminline
ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)System.IO.Streaminlinevirtual
ReadAsync(Memory< byte > buffer, CancellationToken cancellationToken=default(CancellationToken))System.IO.Streaminlinevirtual
ReadByte()System.IO.Streaminlinevirtual
ReadTimeoutSystem.IO.Stream
RunReadWriteTask(ReadWriteTask readWriteTask)System.IO.Streaminlineprivatestatic
RunReadWriteTaskWhenReady(Task asyncWaiter, ReadWriteTask readWriteTask)System.IO.Streaminlineprivatestatic
Seek(long offset, SeekOrigin origin)System.IO.Stream
SetLength(long value)System.IO.Stream
Synchronized(Stream stream)System.IO.Streaminlinestatic
ValidateBufferArguments(byte[] buffer, int offset, int count)System.IO.Streaminlineprotectedstatic
ValidateCopyToArguments(Stream destination, int bufferSize)System.IO.Streaminlineprotectedstatic
Write(byte[] buffer, int offset, int count)System.IO.Stream
Write(ReadOnlySpan< byte > buffer)System.IO.Streaminlinevirtual
WriteAsync(byte[] buffer, int offset, int count)System.IO.Streaminline
WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)System.IO.Streaminlinevirtual
WriteAsync(ReadOnlyMemory< byte > buffer, CancellationToken cancellationToken=default(CancellationToken))System.IO.Streaminlinevirtual
WriteByte(byte value)System.IO.Streaminlinevirtual
WriteTimeoutSystem.IO.Stream