1 write to ServerOptionDelegate
System.Net.Security (1)
System\Net\Security\SslAuthenticationOptions.cs (1)
85
ServerOptionDelegate
= optionCallback;
3 references to ServerOptionDelegate
System.Net.Security (3)
System\Net\Security\SslStream.IO.cs (3)
475
if (_sslAuthenticationOptions.
ServerOptionDelegate
!= null)
495
if (_sslAuthenticationOptions.
ServerOptionDelegate
!= null)
498
await _sslAuthenticationOptions.
ServerOptionDelegate
(this, new SslClientHelloInfo(_sslAuthenticationOptions.TargetHost, _lastFrame.SupportedVersions),