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