Skip to content
DocsTry Aspire
DocsTry

PostaStreamResponse Methods

ClassMethods2 members
Owns a streaming Posta response and its content stream.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public sealed class PostaStreamResponse
{
public void Dispose()
{
// ...
}
}
DisposeAsyncSection titled DisposeAsyncValueTask
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
public sealed class PostaStreamResponse
{
public ValueTask DisposeAsync()
{
// ...
}
}
ValueTaskA task that represents the asynchronous dispose operation.