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