Show / Hide Table of Contents

Class HttpResponse

Inheritance
Object
HttpResponse
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.MetaClient
Assembly: MetaClient.dll
Syntax
public sealed class HttpResponse

Constructors

HttpResponse(Int32, String)

Declaration
public HttpResponse(int statusCode, [CanBeNull] string errorMessage = null)
Parameters
Type Name Description
Int32 statusCode
String errorMessage

Fields

Body

Declaration
[CanBeNull]
public string Body
Field Value
Type Description
String

ErrorMessage

Declaration
[CanBeNull]
public readonly string ErrorMessage
Field Value
Type Description
String

StatusCode

Declaration
public readonly int StatusCode
Field Value
Type Description
Int32
Back to top Copyright © 2018 PKWARE, Inc.