4 references to GetInputMessages
System.ServiceModel (4)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (4)
512return this.GetInputMessages().BeginDequeue(timeout, callback, state); 519bool success = this.GetInputMessages().EndDequeue(result, out message); 528this.GetInputMessages().EnqueueAndDispatch(message); 624bool success = this.GetInputMessages().Dequeue(timeout, out message);