1 write to TargetName
System.Net.Security (1)
System\Net\Security\TlsFrameHelper.cs (1)
516info.TargetName = sni!;
4 references to TargetName
System.Net.Security (4)
System\Net\Security\SslStream.IO.cs (2)
454if (_lastFrame.TargetName != null) 456_sslAuthenticationOptions.TargetHost = _lastFrame.TargetName;
System\Net\Security\TlsFrameHelper.cs (2)
134return $"{Header.Version}:{HandshakeType}[{Header.Length}] TargetName='{TargetName}' SupportedVersion='{SupportedVersions}' ApplicationProtocols='{ApplicationProtocols}'"; 300return info.TargetName;