1 implementation of IDuplexContextChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
22
sealed class ServiceChannel : CommunicationObject, IChannel, IClientChannel,
IDuplexContextChannel
, IOutputChannel, IRequestChannel, IServiceChannel
26 references to IDuplexContextChannel
SMSvcHost (2)
System\ServiceModel\Activation\WorkerProcess.cs (2)
162
Debug.Print("WorkerProcess.WorkerProcess_Closed() worker leaving: " + processId + " State: " + ((
IDuplexContextChannel
)sender).State);
168
Debug.Print("WorkerProcess.WorkerProcess_Faulted() worker leaving: " + processId + " State: " + ((
IDuplexContextChannel
)sender).State);
System.ServiceModel (22)
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
1580
void IInputSessionShutdown.ChannelFaulted(
IDuplexContextChannel
channel)
1585
void IInputSessionShutdown.DoneReceiving(
IDuplexContextChannel
channel)
System\ServiceModel\Channels\ServiceChannel.cs (6)
455
if (t.IsAssignableFrom(typeof(
IDuplexContextChannel
)))
1599
bool
IDuplexContextChannel
.AutomaticInputSessionShutdown
1626
IAsyncResult
IDuplexContextChannel
.BeginCloseOutputSession(TimeSpan timeout, AsyncCallback callback, object state)
1631
void
IDuplexContextChannel
.EndCloseOutputSession(IAsyncResult result)
1636
void
IDuplexContextChannel
.CloseOutputSession(TimeSpan timeout)
1670
InstanceContext
IDuplexContextChannel
.CallbackInstance
System\ServiceModel\Channels\SharedConnectionListener.cs (4)
320
IDuplexContextChannel
controlSessionWithListener;
610
this.controlSessionWithListener = connectionRegister as
IDuplexContextChannel
;
1406
void IInputSessionShutdown.ChannelFaulted(
IDuplexContextChannel
channel)
1411
void IInputSessionShutdown.DoneReceiving(
IDuplexContextChannel
channel)
System\ServiceModel\Dispatcher\IInputSessionShutdown.cs (2)
12
void ChannelFaulted(
IDuplexContextChannel
channel);
13
void DoneReceiving(
IDuplexContextChannel
channel);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
636
IDuplexContextChannel
proxy = channel.Proxy as
IDuplexContextChannel
;
677
IDuplexContextChannel
proxy = channel.Proxy as
IDuplexContextChannel
;
System\ServiceModel\DuplexChannelFactory.cs (2)
253
IDuplexContextChannel
duplexChannel = result as
IDuplexContextChannel
;
System\ServiceModel\DuplexClientBase.cs (2)
67
public
IDuplexContextChannel
InnerDuplexChannel
71
return (
IDuplexContextChannel
)InnerChannel;
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingBehavior.cs (2)
231
void IInputSessionShutdown.ChannelFaulted(
IDuplexContextChannel
channel)
244
void IInputSessionShutdown.DoneReceiving(
IDuplexContextChannel
channel)