2 overrides of GetChannelBinding
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
49
public override ChannelBinding?
GetChannelBinding
(ChannelBindingKind kind)
System.Net.Security (1)
System\Net\SslStreamContext.cs (1)
20
public override ChannelBinding?
GetChannelBinding
(ChannelBindingKind kind) =>
4 references to GetChannelBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
45
token = context.
GetChannelBinding
(ChannelBindingKind.Endpoint);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
177
Binding = 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)
26
token = context.
GetChannelBinding
(ChannelBindingKind.Endpoint);