3 writes to ServerOptionDelegate
System.Net.Security (3)
System\Net\Security\SslAuthenticationOptions.cs (3)
100ServerOptionDelegate = optionCallback; 243ServerOptionDelegate = ServerOptionDelegate, 279ServerOptionDelegate = other.ServerOptionDelegate;
5 references to ServerOptionDelegate
System.Net.Security (5)
System\Net\Security\SslAuthenticationOptions.cs (2)
243ServerOptionDelegate = ServerOptionDelegate, 279ServerOptionDelegate = other.ServerOptionDelegate;
System\Net\Security\SslStream.IO.cs (3)
488if (_sslAuthenticationOptions.ServerOptionDelegate != null) 508if (_sslAuthenticationOptions.ServerOptionDelegate != null) 511await _sslAuthenticationOptions.ServerOptionDelegate(this, new SslClientHelloInfo(_sslAuthenticationOptions.TargetHost, _lastFrame.SupportedVersions),