AsyncStreamingClientResult<T>.Headers Property
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.
Gets the headers of the service response.
public System.ClientModel.Primitives.PipelineResponseHeaders Headers { get; }
member this.Headers : System.ClientModel.Primitives.PipelineResponseHeaders
Public ReadOnly Property Headers As PipelineResponseHeaders
Property Value
Exceptions
The result has been disposed.