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