15 references to IsServer
System.Net.Security (15)
System\Net\Security\TlsSession.cs (14)
215
if (_context!.
IsServer
)
224
if (_context!.
IsServer
)
624
if (!_context!.
IsServer
)
628
if (!context.
IsServer
)
697
if (_context!.
IsServer
)
728
if (_context is null || _context.
IsServer
|| _securityContext is null)
777
if (_context!.
IsServer
)
881
bool isInitialClientCall = !_context!.
IsServer
&& _securityContext is null;
909
if (_context!.
IsServer
)
1026
if (_context!.
IsServer
)
1410
if (!_context!.
IsServer
)
1492
if (_context!.
IsServer
)
1708
if (_context!.
IsServer
)
1852
if (_context!.
IsServer
)
System\Net\Security\TlsSession.OpenSsl.cs (1)
48
if (_context!.
IsServer
&& (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello))