20 references to Endpoint
System (10)
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);
net\System\Net\_TLSstream.cs (2)
111m_CachedChannelBinding = GetChannelBinding(ChannelBindingKind.Endpoint); 418if (kind == ChannelBindingKind.Endpoint && m_CachedChannelBinding != null)
net\System\Net\TransportContext.cs (2)
64if (kind != ChannelBindingKind.Endpoint) 90if (kind != ChannelBindingKind.Endpoint)
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
102token = context.GetChannelBinding(ChannelBindingKind.Endpoint);
System\ServiceModel\Channels\FramingChannels.cs (2)
275this.SetChannelBinding(channelBindingProvider.GetChannelBinding(upgradeInitiator, ChannelBindingKind.Endpoint)); 552this.channel.SetChannelBinding(this.channelBindingProvider.GetChannelBinding(this.upgradeInitiator, ChannelBindingKind.Endpoint));
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
459this.SetChannelBinding(this.channelBindingProvider.GetChannelBinding(this.upgradeAcceptor, ChannelBindingKind.Endpoint)); 507this.SetChannelBinding(this.channelBindingProvider.GetChannelBinding(this.upgradeAcceptor, ChannelBindingKind.Endpoint));
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
615this.parent.channelBindingToken = channelBindingProvider.GetChannelBinding(this.upgradeAcceptor, ChannelBindingKind.Endpoint);
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
198if (kind != ChannelBindingKind.Endpoint) 220if (kind != ChannelBindingKind.Endpoint)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
107this.channelBindingToken = channelBindingProvider.GetChannelBinding(upgradeInitiator, ChannelBindingKind.Endpoint); 279this.channel.channelBindingToken = this.channelBindingProvider.GetChannelBinding(this.upgradeInitiator, ChannelBindingKind.Endpoint);