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)
109/// <see cref="TlsOperationStatus.NeedsTlsContext"/> with
System\Net\Security\TlsSession.cs (4)
598/// session that suspended with <see cref="TlsOperationStatus.NeedsTlsContext"/> 605/// <see cref="TlsOperationStatus.NeedsTlsContext"/> and the passed context is 848return TlsOperationStatus.NeedsTlsContext; 952return TlsOperationStatus.NeedsTlsContext;
System\Net\Security\TlsSession.OpenSsl.cs (2)
124result = TlsOperationStatus.NeedsTlsContext; 173result = TlsOperationStatus.NeedsTlsContext;