2 references to WriteValueAsync
System.ServiceModel (1)
System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
99
IAsyncResult result = writer.
WriteValueAsync
(new OperationStreamProvider(streamValue)).AsAsyncResult(PrepareAsyncCompletion(handleEndSerialize), this);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
543
IAsyncResult result = this.writer.
WriteValueAsync
(new ByteStreamStreamProvider(stream)).AsAsyncResult(PrepareAsyncCompletion(HandleWriteBodyContents), this);