2 instantiations of WriteMessageAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
375return new WriteMessageAsyncResult(message, stream, this, callback, state); 380return new WriteMessageAsyncResult(message, stream, boundary, this, callback, state);
1 reference to WriteMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
385WriteMessageAsyncResult.End(result);