1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
280this.innerChannel = innerChannel;
12 references to innerChannel
System.ServiceModel (12)
System\ServiceModel\Channels\OneWayChannelFactory.cs (12)
285get { return this.innerChannel.RemoteAddress; } 290get { return this.innerChannel.Via; } 295this.innerChannel.Abort(); 300return this.innerChannel.BeginClose(timeout, callback, state); 305return this.innerChannel.BeginOpen(timeout, callback, state); 311return this.innerChannel.BeginSend(message, timeout, callback, state); 316this.innerChannel.Close(timeout); 321this.innerChannel.EndClose(result); 326this.innerChannel.EndOpen(result); 331this.innerChannel.EndSend(result); 336this.innerChannel.Open(timeout); 342this.innerChannel.Send(message, timeout);