Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TargetHostName

string System.Net.Security.SslStream.TargetHostName
get

Definition at line 241 of file SslStream.cs.

242 {
243 get
244 {
245 if (_sslAuthenticationOptions == null)
246 {
247 return string.Empty;
248 }
250 }
251 }
SslAuthenticationOptions _sslAuthenticationOptions
Definition SslStream.cs:62