7 references to IsServer
System (7)
net\System\Net\_NTAuthentication.cs (1)
578GlobalLog.Assert(IsServer, "NTAuthentication#{0}::GetContextToken|The method must not be called by the client side!", ValidationHelper.HashString(this));
net\System\Net\SecureProtocols\_NegoState.cs (6)
280return _Context != null && _Context.IsServer; 327string name = _Context.IsServer? _Context.AssociatedName: _Context.Spn; 332if (_Context.IsServer) { 389if (_Context.IsServer) 505if (_Context.IsServer && !CheckSpn()) 557if (_Context.IsServer)