16 references to IsServer
System.Net.Security (16)
System\Net\Security\TlsSession.cs (14)
235
if (_context!.
IsServer
)
244
if (_context!.
IsServer
)
655
if (!_context!.
IsServer
)
659
if (!context.
IsServer
)
728
if (_context!.
IsServer
)
759
if (_context is null || _context.
IsServer
|| _securityContext is null)
808
if (_context!.
IsServer
)
912
bool isInitialClientCall = !_context!.
IsServer
&& _securityContext is null;
940
if (_context!.
IsServer
)
1057
if (_context!.
IsServer
)
1452
if (!_context!.
IsServer
)
1574
if (_context!.
IsServer
)
1790
if (_context!.
IsServer
)
1934
if (_context!.
IsServer
)
System\Net\Security\TlsSession.OpenSsl.cs (2)
60
if (_context!.
IsServer
&& (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello))
349
if (!_context!.
IsServer
)