15 references to IsServer
System.Net.Security (15)
System\Net\Security\TlsSession.cs (14)
221
if (_context!.
IsServer
)
230
if (_context!.
IsServer
)
630
if (!_context!.
IsServer
)
634
if (!context.
IsServer
)
703
if (_context!.
IsServer
)
734
if (_context is null || _context.
IsServer
|| _securityContext is null)
783
if (_context!.
IsServer
)
887
bool isInitialClientCall = !_context!.
IsServer
&& _securityContext is null;
915
if (_context!.
IsServer
)
1032
if (_context!.
IsServer
)
1416
if (!_context!.
IsServer
)
1498
if (_context!.
IsServer
)
1714
if (_context!.
IsServer
)
1858
if (_context!.
IsServer
)
System\Net\Security\TlsSession.OpenSsl.cs (1)
48
if (_context!.
IsServer
&& (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello))