HttpServerChannel.HttpErrorMessage

Overview

Location

  • Reference: RemObjects.SDK.Server.dll
  • Namespace: RemObjects.SDK.Server
  • Nested in: HttpServerChannel
  • Platforms: .NET Core, .NET Framework, .NET Standard

Properties


ContentType

 

property ContentType: String read;

 

String ContentType { get; }

 

ReadOnly Property ContentType() As String

Message

 

property Message: String read;

 

String Message { get; }

 

ReadOnly Property Message() As String

Instance Methods


constructor

 

constructor(contentType: String; message: String)

 

HttpServerChannel.HttpErrorMessage(String contentType, String message)

 

Sub New(contentType As String, message As String)

Parameters:

  • contentType:
  • message: