6 implementations of IChannelBinder
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
14
internal class BufferedReceiveBinder :
IChannelBinder
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
16
internal class DuplexChannelBinder :
IChannelBinder
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
13
internal class InputChannelBinder :
IChannelBinder
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
13
internal class OutputChannelBinder :
IChannelBinder
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
13
internal class ReplyChannelBinder :
IChannelBinder
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
10
internal class RequestChannelBinder :
IChannelBinder
41 references to IChannelBinder
dotnet-svcutil-lib (41)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (8)
28
private readonly
IChannelBinder
_binder;
55
private ServiceChannel(
IChannelBinder
binder, MessageVersion messageVersion, IDefaultCommunicationTimeouts timeouts)
77
internal ServiceChannel(ServiceChannelFactory factory,
IChannelBinder
binder)
94
internal ServiceChannel(
IChannelBinder
binder,
206
internal
IChannelBinder
Binder
2332
private readonly
IChannelBinder
_binder;
2342
private SessionIdleManager(
IChannelBinder
binder, TimeSpan idle)
2350
internal static SessionIdleManager CreateIfNeeded(
IChannelBinder
binder, TimeSpan idle)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (8)
311
IChannelBinder
binder = this.CreateInnerChannelBinder(address, via);
394
protected abstract
IChannelBinder
CreateInnerChannelBinder(EndpointAddress address, Uri via);
488
protected override
IChannelBinder
CreateInnerChannelBinder(EndpointAddress to, Uri via)
507
protected override
IChannelBinder
CreateInnerChannelBinder(EndpointAddress to, Uri via)
527
protected override
IChannelBinder
CreateInnerChannelBinder(EndpointAddress to, Uri via)
548
protected override
IChannelBinder
CreateInnerChannelBinder(EndpointAddress to, Uri via)
577
protected override
IChannelBinder
CreateInnerChannelBinder(EndpointAddress to, Uri via)
603
protected override
IChannelBinder
CreateInnerChannelBinder(EndpointAddress to, Uri via)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (2)
19
private
IChannelBinder
_channelBinder;
25
public BufferedReceiveBinder(
IChannelBinder
channelBinder)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
23
private readonly
IChannelBinder
_binder;
54
internal ChannelHandler(MessageVersion messageVersion,
IChannelBinder
binder, ServiceChannel channel)
80
internal ChannelHandler(MessageVersion messageVersion,
IChannelBinder
binder,
119
internal
IChannelBinder
Binder
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (2)
13
private
IChannelBinder
_binder;
15
internal ErrorHandlingReceiver(
IChannelBinder
binder, ChannelDispatcher dispatcher)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\IListenerBinder.cs (2)
14
IChannelBinder
Accept(TimeSpan timeout);
16
IChannelBinder
EndAccept(IAsyncResult result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerBinder.cs (12)
67
public
IChannelBinder
Accept(TimeSpan timeout)
81
public
IChannelBinder
EndAccept(IAsyncResult result)
114
public
IChannelBinder
Accept(TimeSpan timeout)
128
public
IChannelBinder
EndAccept(IAsyncResult result)
159
public
IChannelBinder
Accept(TimeSpan timeout)
173
public
IChannelBinder
EndAccept(IAsyncResult result)
204
public
IChannelBinder
Accept(TimeSpan timeout)
218
public
IChannelBinder
EndAccept(IAsyncResult result)
249
public
IChannelBinder
Accept(TimeSpan timeout)
263
public
IChannelBinder
EndAccept(IAsyncResult result)
294
public
IChannelBinder
Accept(TimeSpan timeout)
308
public
IChannelBinder
EndAccept(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (3)
450
private
IChannelBinder
_binder;
452
public ListenerChannel(
IChannelBinder
binder)
457
public
IChannelBinder
Binder