4 writes to TransportContext
System (4)
net\System\Net\_AuthenticationManager2.cs (1)
165httpWebRequest.CurrentAuthenticationState.TransportContext =
net\System\Net\_AuthenticationManagerDefault.cs (1)
295httpWebRequest.CurrentAuthenticationState.TransportContext =
net\System\Net\HttpWebRequest.cs (2)
3379ServerAuthenticationState.TransportContext = transportContext; 3380ProxyAuthenticationState.TransportContext = transportContext;
12 references to TransportContext
System (12)
net\System\Net\_DigestClient.cs (6)
116if (httpWebRequest.CurrentAuthenticationState.TransportContext != null) 118binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint); 204if (httpWebRequest.CurrentAuthenticationState.TransportContext != null) 206binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint); 343if (httpWebRequest.CurrentAuthenticationState.TransportContext != null) 345binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint);
net\System\Net\_KerberosClient.cs (2)
94if (httpWebRequest.CurrentAuthenticationState.TransportContext != null) 96binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint);
net\System\Net\_NegotiateClient.cs (2)
97if (httpWebRequest.CurrentAuthenticationState.TransportContext != null) 99binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint);
net\System\Net\_NtlmClient.cs (2)
94if (httpWebRequest.CurrentAuthenticationState.TransportContext != null) 96binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint);