8 references to Connection
System (8)
net\System\Net\_AuthenticationManagerBase.cs (2)
117ContextFlags clientFlags = ContextFlags.Connection | ContextFlags.InitIdentify; 125SystemNetworkCredential.defaultCredential, null, ContextFlags.Connection, null);
net\System\Net\_NTAuthentication.cs (1)
355ContextFlags contextFlags = ContextFlags.Connection;
net\System\Net\HttpListener.cs (1)
2194ContextFlags result = ContextFlags.Connection;
net\System\Net\mail\SmtpDigestAuthenticationModule.cs (1)
51this.sessions[sessionCookie] = clientContext = new NTAuthentication(false, "WDigest", credential, spn, ContextFlags.Connection, channelBindingToken);
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (1)
48ContextFlags.Connection | ContextFlags.InitIntegrity, channelBindingToken);
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
51new NTAuthentication(false, "Ntlm", credential, spn, ContextFlags.Connection, channelBindingToken);
net\System\Net\SecureProtocols\_NegoState.cs (1)
170ContextFlags flags = ContextFlags.Connection;