5 references to None
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1956
SetupWebRequest(AuthenticationLevel.
None
, TokenImpersonationLevel.None, null);
2009
SetupWebRequest(AuthenticationLevel.
None
, TokenImpersonationLevel.None, credential);
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3440
authenticationLevel = AuthenticationLevel.
None
;
3458
authenticationLevel = AuthenticationLevel.
None
;
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
32
else if (authenticationLevel == AuthenticationLevel.
None
)