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