PostaStreamResponse
Classsealednet10.0
Owns a streaming Posta response and its content stream.
namespace CommunityToolkit.Aspire.Posta.Transport;
public sealed class PostaStreamResponse : System.IAsyncDisposable, System.IDisposable{ // ...}IAsyncDisposableIDisposable
6 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesHeadersgetHttpContentHeadersGets response content headers.
StatusCodegetHttpStatusCodeGets the response status code.
StreamgetStreamGets the response content stream.
Methods2
Section titled MethodsDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
DisposeAsyncValueTask Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.