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