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