9 references to NeedsTlsContext
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
854if (status == TlsOperationStatus.NeedsTlsContext)
System.Net.Security (8)
System\Net\Security\TlsBufferSession.cs (1)
21/// <see cref="TlsOperationStatus.NeedsTlsContext"/> so the caller can supply the
System\Net\Security\TlsContext.cs (1)
119/// <see cref="TlsOperationStatus.NeedsTlsContext"/> with
System\Net\Security\TlsSession.cs (4)
604/// session that suspended with <see cref="TlsOperationStatus.NeedsTlsContext"/> 611/// <see cref="TlsOperationStatus.NeedsTlsContext"/> and the passed context is 854return TlsOperationStatus.NeedsTlsContext; 958return TlsOperationStatus.NeedsTlsContext;
System\Net\Security\TlsSession.OpenSsl.cs (2)
124result = TlsOperationStatus.NeedsTlsContext; 173result = TlsOperationStatus.NeedsTlsContext;