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