2 overrides of IsServer
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (1)
233public override bool IsServer => _context != null && _context.IsServer;
System\Net\Security\SslStream.cs (1)
479public override bool IsServer => _sslAuthenticationOptions.IsServer;