7 references to BeginRequest
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
1056IAsyncResult result = this.session.requestor.BeginRequest(timeout, onRequestComplete, this);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
130return this.closeRequestor.BeginRequest(timeout, callback, state); 1367return this.terminateRequestor.BeginRequest(timeout, callback, state);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
121return this.closeRequestor.BeginRequest(timeout, callback, state); 708return this.terminateRequestor.BeginRequest(timeout, callback, state);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
85return this.terminateRequestor.BeginRequest(timeout, callback, state); 98return this.closeRequestor.BeginRequest(timeout, callback, state);