Base:
property
IsServer
System.Net.Security.AuthenticatedStream.IsServer
2 references to IsServer
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
650
if (_context is not null &&
IsServer
!= isServer)
834
new InvalidCredentialException(
IsServer
? SR.net_auth_bad_client_creds : SR.net_auth_bad_client_creds_or_target_mismatch, win32Exception),