5 references to replyHandle
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
2138this.replyHandle.Fault(communicationObject); 2182this.replyHandle.Wait(waitTimeout); 2235this.replyHandle.Set(); 2241return this.replyHandle.BeginWait(waitTimeout, callback, state); 2246this.replyHandle.EndWait(result);