1 instantiation of ReplyAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
345
return new
ReplyAsyncResult
(this, message, timeout, callback, state);
6 references to ReplyAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\HttpRequestContext.cs (6)
350
ReplyAsyncResult
.End(result);
585
AsyncResult.End<
ReplyAsyncResult
>(result);
617
ReplyAsyncResult
thisPtr = (
ReplyAsyncResult
)result.AsyncState;
638
ReplyAsyncResult
thisPtr = (
ReplyAsyncResult
)target;