2 implementations of Call
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
2179void ICallOnce.Call(ServiceChannel channel, TimeSpan timeout) 2213void ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
1 reference to Call
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2282this.callOnce.Call(this.channel, timeout);