3 overrides of GetChannelBinding
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpTransportContext.cs (1)
19public override ChannelBinding? GetChannelBinding(ChannelBindingKind kind)
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
49public override ChannelBinding? GetChannelBinding(ChannelBindingKind kind)
System.Net.Security (1)
System\Net\SslStreamContext.cs (1)
20public override ChannelBinding? GetChannelBinding(ChannelBindingKind kind) =>
5 references to GetChannelBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
45token = context.GetChannelBinding(ChannelBindingKind.Endpoint);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
208using var binding = _sslStream.TransportContext?.GetChannelBinding(kind);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
147Binding = connection.TransportContext?.GetChannelBinding(ChannelBindingKind.Endpoint),
System.Net.Security (1)
System\Net\Security\NegotiateAuthenticationClientOptions.cs (1)
31/// <see cref="TransportContext.GetChannelBinding" /> method.
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
26token = context.GetChannelBinding(ChannelBindingKind.Endpoint);