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
848
return TlsOperationStatus.
NeedsTlsContext
;
952
return TlsOperationStatus.
NeedsTlsContext
;
System\Net\Security\TlsSession.OpenSsl.cs (2)
124
result = TlsOperationStatus.
NeedsTlsContext
;
173
result = TlsOperationStatus.
NeedsTlsContext
;