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 |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.