14 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)
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
177Binding = connection.TransportContext?.GetChannelBinding(ChannelBindingKind.Endpoint),
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
51if (kind != ChannelBindingKind.Endpoint)
System.Net.Security (5)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
99bindingType != 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)
121if (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);