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