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
Loading...
Searching...
No Matches
System.Net.Security.SslStream Member List

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

_activeReadWriteTaskSystem.IO.Streamprivate
_asyncActiveSemaphoreSystem.IO.Streamprivate
_InnerStreamSystem.Net.Security.AuthenticatedStreamprivate
_LeaveStreamOpenSystem.Net.Security.AuthenticatedStreamprivate
AuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsClientAsync(string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsServer(X509Certificate serverCertificate, bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticatedStream(Stream innerStream, bool leaveInnerStreamOpen)System.Net.Security.AuthenticatedStreaminlineprotected
BeginAuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCallback asyncCallback, object asyncState)System.Net.Security.SslStreaminlinevirtual
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.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.BeginRead(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state)System.IO.Streaminlinevirtual
BeginReadInternal(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state, bool serializeAsynchronously, bool apm)System.IO.Streaminlinepackage
BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.BeginWrite(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state)System.IO.Streaminlinevirtual
BeginWriteInternal(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state, bool serializeAsynchronously, bool apm)System.IO.Streaminlinepackage
BlockingBeginRead(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state)System.IO.Streaminlinepackage
BlockingBeginWrite(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state)System.IO.Streaminlinepackage
BlockingEndRead(global::System.IAsyncResult asyncResult)System.IO.Streaminlinepackagestatic
BlockingEndWrite(global::System.IAsyncResult asyncResult)System.IO.Streaminlinepackagestatic
CanReadSystem.Net.Security.SslStream
CanSeekSystem.Net.Security.SslStream
CanTimeoutSystem.Net.Security.SslStream
CanWriteSystem.Net.Security.SslStream
CheckDisposed()System.Net.Security.SslStreaminlineprivate
Close()System.IO.Streaminlinevirtual
CopyTo(Stream destination)System.IO.Streaminline
CopyTo(Stream destination, int bufferSize)System.IO.Streaminlinevirtual
Dispose(bool disposing)System.Net.Security.SslStreaminlineprotectedvirtual
System::IO::Stream.Dispose()System.IO.Streaminline
EndAuthenticateAsClient(IAsyncResult asyncResult)System.Net.Security.SslStreaminlinevirtual
EndRead(IAsyncResult asyncResult)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.EndRead(global::System.IAsyncResult asyncResult)System.IO.Streaminlinevirtual
EndWrite(IAsyncResult asyncResult)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.EndWrite(global::System.IAsyncResult asyncResult)System.IO.Streaminlinevirtual
EnsureAsyncActiveSemaphoreInitialized()System.IO.Streaminlinepackage
explicitSettingsSystem.Net.Security.SslStreamprivate
FinishTrackingAsyncOperation()System.IO.Streaminlineprivate
FinishWriteAsync(global::System.Threading.Tasks.Task writeTask, byte[] localBuffer)System.IO.Streaminlineprivate
Flush()System.Net.Security.SslStreaminline
FlushAsync(CancellationToken cancellationToken)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.FlushAsync(global::System.Threading.CancellationToken cancellationToken)System.IO.Streaminlinevirtual
GetCopyBufferSize()System.IO.Streaminlineprivate
GetProvider()System.Net.Security.SslStreaminlineprivatestatic
HasOverriddenBeginEndRead()System.IO.Streaminlineprivate
HasOverriddenBeginEndWrite()System.IO.Streaminlineprivate
implSystem.Net.Security.SslStreamprivate
ImplSystem.Net.Security.SslStreampackage
InnerStreamSystem.Net.Security.AuthenticatedStreamprotected
InternalTargetHostSystem.Net.Security.SslStreampackage
IsAuthenticatedSystem.Net.Security.SslStream
LengthSystem.Net.Security.SslStream
LocalCertificateSystem.Net.Security.SslStream
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.Streaminlinepackagestatic
NullSystem.IO.Streamstatic
PositionSystem.Net.Security.SslStream
providerSystem.Net.Security.SslStreamprivate
Read(byte[] buffer, int offset, int count)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.Read(global::System.Span< byte > buffer)System.IO.Streaminlinevirtual
ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.ReadAsync(byte[] buffer, int offset, int count)System.IO.Streaminline
System::Net::Security::AuthenticatedStream.ReadAsync(byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken)System.IO.Streaminlinevirtual
System::Net::Security::AuthenticatedStream.ReadAsync(global::System.Memory< byte > buffer, global::System.Threading.CancellationToken cancellationToken=default(global::System.Threading.CancellationToken))System.IO.Streaminlinevirtual
ReadByte()System.IO.Streaminlinevirtual
ReadTimeoutSystem.Net.Security.SslStream
RunReadWriteTask(Stream.ReadWriteTask readWriteTask)System.IO.Streaminlineprivate
RunReadWriteTaskWhenReady(global::System.Threading.Tasks.Task asyncWaiter, Stream.ReadWriteTask readWriteTask)System.IO.Streaminlineprivate
Seek(long offset, SeekOrigin origin)System.Net.Security.SslStreaminline
selectionCallbackSystem.Net.Security.SslStreamprivate
SetAndVerifySelectionCallback(LocalCertificateSelectionCallback callback)System.Net.Security.SslStreaminlineprivate
SetAndVerifyValidationCallback(RemoteCertificateValidationCallback callback)System.Net.Security.SslStreaminlineprivate
SetLength(long value)System.Net.Security.SslStreaminline
settingsSystem.Net.Security.SslStreamprivate
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback)System.Net.Security.SslStreaminline
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback)System.Net.Security.SslStreaminline
SslStream(Stream innerStream, bool leaveInnerStreamOpen, MonoTlsProvider provider, MonoTlsSettings settings)System.Net.Security.SslStreaminlinepackage
Stream()System.IO.Streaminlineprotected
Stream()System.IO.Streaminlineprivatestatic
validationCallbackSystem.Net.Security.SslStreamprivate
Write(byte[] buffer, int offset, int count)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.Write(global::System.ReadOnlySpan< byte > buffer)System.IO.Streaminlinevirtual
WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.WriteAsync(byte[] buffer, int offset, int count)System.IO.Streaminline
System::Net::Security::AuthenticatedStream.WriteAsync(byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken)System.IO.Streaminlinevirtual
System::Net::Security::AuthenticatedStream.WriteAsync(global::System.ReadOnlyMemory< byte > buffer, global::System.Threading.CancellationToken cancellationToken=default(global::System.Threading.CancellationToken))System.IO.Streaminlinevirtual
WriteByte(byte value)System.IO.Streaminlinevirtual
WriteTimeoutSystem.Net.Security.SslStream