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