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