1 instantiation of GetOutputStreamAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2499
return new
GetOutputStreamAsyncResult
(httpWebRequest, this, callback, state);
5 references to GetOutputStreamAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
2504
return
GetOutputStreamAsyncResult
.End(result, out this.channelBindingToken);
2767
GetOutputStreamAsyncResult
thisPtr = AsyncResult.End<
GetOutputStreamAsyncResult
>(result);
2777
GetOutputStreamAsyncResult
thisPtr = (
GetOutputStreamAsyncResult
)result.AsyncState;