1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
670
this.
innerChannel
=
7 references to innerChannel
System.ServiceModel (7)
System\ServiceModel\Channels\OneWayChannelFactory.cs (7)
710
parent.CleanupChannel(this.
innerChannel
, connectionStillGood, this.key,
722
IAsyncResult result = this.
innerChannel
.BeginOpen(timeoutHelper.RemainingTime(), onOpen, this);
734
this.
innerChannel
.EndOpen(result);
735
this.parent.StartBackgroundReceive(this.
innerChannel
);
740
IAsyncResult result =
innerChannel
.BeginSend(this.message, onInnerSend, this);
746
innerChannel
.EndSend(result);
797
thisPtr.
innerChannel
.EndSend(result);