4 overrides of GetChannelBinding
System (4)
net\System\Net\TransportContext.cs (4)
30public override ChannelBinding GetChannelBinding(ChannelBindingKind kind) 46public override ChannelBinding GetChannelBinding(ChannelBindingKind kind) 62public override ChannelBinding GetChannelBinding(ChannelBindingKind kind) 88public override ChannelBinding GetChannelBinding(ChannelBindingKind kind)
7 references to GetChannelBinding
System (6)
net\System\Net\_DigestClient.cs (3)
118binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint); 206binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint); 345binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint);
net\System\Net\_KerberosClient.cs (1)
96binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint);
net\System\Net\_NegotiateClient.cs (1)
99binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint);
net\System\Net\_NtlmClient.cs (1)
96binding = httpWebRequest.CurrentAuthenticationState.TransportContext.GetChannelBinding(ChannelBindingKind.Endpoint);
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
102token = context.GetChannelBinding(ChannelBindingKind.Endpoint);