3 implementations of WriteAsync
SocialWeather (3)
Json\JSonStreamFormatter.cs (1)
19
public Task
WriteAsync
(T value, Stream stream)
Pipe\PipeWeatherStreamFormatter.cs (1)
50
public async Task
WriteAsync
(WeatherReport report, Stream stream)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
24
public async Task
WriteAsync
(SocialWeather.WeatherReport weatherReport, Stream stream)
1 reference to WriteAsync
SocialWeather (1)
PersistentConnectionLifeTimeManager.cs (1)
48
await formatter.
WriteAsync
(data, ms);