1 write to ServerOptionDelegate
System.Net.Security (1)
System\Net\Security\SslAuthenticationOptions.cs (1)
72
ServerOptionDelegate
= optionCallback;
2 references to ServerOptionDelegate
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
459
if (_sslAuthenticationOptions.
ServerOptionDelegate
!= null)
462
await _sslAuthenticationOptions.
ServerOptionDelegate
(this, new SslClientHelloInfo(_sslAuthenticationOptions.TargetHost, _lastFrame.SupportedVersions),