19 references to Endpoint
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
45token = context.GetChannelBinding(ChannelBindingKind.Endpoint);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
173if (kind != ChannelBindingKind.Endpoint) 195if (kind != ChannelBindingKind.Endpoint)
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
417tlsConnectionFeature.TryGetChannelBindingBytes(ChannelBindingKind.Endpoint, out var channelBindingToken))
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
396if (kind != ChannelBindingKind.Endpoint)
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
485if (kind != ChannelBindingKind.Endpoint)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
200if (_snapshotted || (kind != ChannelBindingKind.Endpoint && kind != ChannelBindingKind.Unique))
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
147Binding = connection.TransportContext?.GetChannelBinding(ChannelBindingKind.Endpoint),
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpTransportContext.cs (1)
22if (kind == ChannelBindingKind.Endpoint)
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
51if (kind != ChannelBindingKind.Endpoint)
System.Net.Security (5)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
109bindingType != ChannelBindingKind.Endpoint,
System\Net\Security\Pal.Managed\EndpointChannelBindingToken.cs (1)
19SafeChannelBindingHandle bindingHandle = new SafeChannelBindingHandle(ChannelBindingKind.Endpoint);
System\Net\Security\Pal.Managed\SafeChannelBindingHandle.cs (2)
33Debug.Assert(kind == ChannelBindingKind.Endpoint || kind == ChannelBindingKind.Unique); 34ReadOnlySpan<byte> cbtPrefix = kind == ChannelBindingKind.Endpoint ?
System\Net\Security\SslStreamPal.Unix.cs (1)
134if (attribute == ChannelBindingKind.Endpoint)
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
26token = context.GetChannelBinding(ChannelBindingKind.Endpoint);
System\ServiceModel\Channels\FramingChannels.cs (1)
243SetChannelBinding(channelBindingProvider.GetChannelBinding(upgradeInitiator, ChannelBindingKind.Endpoint));
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
119if (kind != ChannelBindingKind.Endpoint)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
89_channelBindingToken = channelBindingProvider.GetChannelBinding(upgradeInitiator, ChannelBindingKind.Endpoint);