6 references to SetCachedChannelBinding
System (6)
net\System\Net\_DigestClient.cs (3)
208
httpWebRequest.ServicePoint.
SetCachedChannelBinding
(httpWebRequest.ChallengedUri, binding);
417
httpWebRequest.ServicePoint.
SetCachedChannelBinding
(httpWebRequest.ChallengedUri, authSession.ChannelBinding);
433
httpWebRequest.ServicePoint.
SetCachedChannelBinding
(httpWebRequest.ChallengedUri, authSession.ChannelBinding);
net\System\Net\_KerberosClient.cs (1)
194
httpWebRequest.ServicePoint.
SetCachedChannelBinding
(httpWebRequest.ChallengedUri, authSession.ChannelBinding);
net\System\Net\_NegotiateClient.cs (1)
217
httpWebRequest.ServicePoint.
SetCachedChannelBinding
(httpWebRequest.ChallengedUri, authSession.ChannelBinding);
net\System\Net\_NtlmClient.cs (1)
183
httpWebRequest.ServicePoint.
SetCachedChannelBinding
(httpWebRequest.ChallengedUri, authSession.ChannelBinding);