Interface IHttpResponseMessage<TContent>
Interface for an HttpResponseMessage and it's deserialized content.
Inherited Members
Namespace: Tableau.Migration.Net
Assembly: Tableau.Migration.dll
Syntax
public interface IHttpResponseMessage<TContent> : IHttpResponseMessage, IDisposable where TContent : class
Type Parameters
Name | Description |
---|---|
TContent | The deserialized content type. |
Properties
DeserializedContent
Gets the deserialized content from the response.
Declaration
TContent? DeserializedContent { get; }
Property Value
Type | Description |
---|---|
TContent |