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

◆ IsServer

override bool System.Net.Security.SslStream.IsServer
get

Definition at line 122 of file SslStream.cs.

123 {
124 get
125 {
126 if (_context != null)
127 {
128 return _context.IsServer;
129 }
130 return false;
131 }
132 }

Referenced by System.Net.Security.SslStream.ValidateCreateContext(), and System.Net.Security.SslStream.ValidateCreateContext().