SseFormatter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for formatting server-sent events.
public ref class SseFormatter abstract sealed
public static class SseFormatter
type SseFormatter = class
Public Class SseFormatter
- Inheritance
-
SseFormatter
Methods
WriteAsync(IAsyncEnumerable<SseItem<String>>, Stream, CancellationToken) |
Writes the |
WriteAsync<T>(IAsyncEnumerable<SseItem<T>>, Stream, Action<SseItem<T>,IBufferWriter<Byte>>, CancellationToken) |
Writes the |