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