23 references to InnerChannel
System.ServiceModel.Primitives (23)
System\ServiceModel\Channels\ServiceChannel.cs (22)
328
IOutputChannel outputChannel =
InnerChannel
as IOutputChannel;
334
IRequestChannel requestChannel =
InnerChannel
as IRequestChannel;
353
IOutputChannel outputChannel =
InnerChannel
as IOutputChannel;
359
IRequestChannel requestChannel =
InnerChannel
as IRequestChannel;
381
IDuplexChannel duplexChannel =
InnerChannel
as IDuplexChannel;
400
return
InnerChannel
is IDuplexChannel;
517
IChannel innerChannel =
InnerChannel
;
839
ISessionChannel<IDuplexSession> duplexSessionChannel =
InnerChannel
as ISessionChannel<IDuplexSession>;
1311
await CloseOtherAsync(
InnerChannel
, timeoutHelper.RemainingTime());
1351
await OpenOtherAsync(
InnerChannel
, timeout);
1427
if (
InnerChannel
== null)
1432
ISessionChannel<IDuplexSession> duplexSessionChannel =
InnerChannel
as ISessionChannel<IDuplexSession>;
1483
if (
InnerChannel
!= null)
1485
ISessionChannel<IInputSession> inputSession =
InnerChannel
as ISessionChannel<IInputSession>;
1491
ISessionChannel<IDuplexSession> duplexSession =
InnerChannel
as ISessionChannel<IDuplexSession>;
1506
if (
InnerChannel
!= null)
1508
ISessionChannel<IOutputSession> outputSession =
InnerChannel
as ISessionChannel<IOutputSession>;
1514
ISessionChannel<IDuplexSession> duplexSession =
InnerChannel
as ISessionChannel<IDuplexSession>;
1529
if (
InnerChannel
!= null)
1531
ISessionChannel<IInputSession> inputSession =
InnerChannel
as ISessionChannel<IInputSession>;
1537
ISessionChannel<IOutputSession> outputSession =
InnerChannel
as ISessionChannel<IOutputSession>;
1543
ISessionChannel<IDuplexSession> duplexSession =
InnerChannel
as ISessionChannel<IDuplexSession>;
System\ServiceModel\OperationContext.cs (1)
278
IChannel inner = InternalServiceChannel.
InnerChannel
;