---
title: "ContentstackResponse"
description: "ContentstackResponse"
url: "https://www.contentstack.com/docs/developers/sdks/content-management-sdk/dot-net/reference/contentstackresponse"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-09-13"
---

# ContentstackResponse

## ContentstackResponse

Abstract class for Response objects.

## GetHeaderNames

Gets the header names from HTTP response headers.

## GetHeaderValue

Gets the value for the header name from HTTP response headers.

Header name for which value is needed.

## IsHeaderPresent

Return true if header name present in HTTP response headers.

Header name to check if its present.

## OpenJsonObjectResponse

Json Object format response.

## OpenResponse

String format response.

## OpenTResponse

Type response to serialize the response.

Returns the content length of the HTTP response.

Gets the property ContentType.

Gets a value that indicates whether the HTTP response was successful.

The entire response body from the HTTP response.

The HTTP status code from the HTTP response.

## ContentstackResponse | .NET Management SDK | Contentstack

ContentstackResponse is the abstract class for response objects in the .NET Management SDK.