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