8 references to 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)
629/// session that suspended with <see cref="TlsOperationStatus.NeedsTlsContext"/> 636/// <see cref="TlsOperationStatus.NeedsTlsContext"/> and the passed context is 879return TlsOperationStatus.NeedsTlsContext; 983return TlsOperationStatus.NeedsTlsContext;
System\Net\Security\TlsSession.OpenSsl.cs (2)
133result = TlsOperationStatus.NeedsTlsContext; 182result = TlsOperationStatus.NeedsTlsContext;