HttpServerChannel.HttpErrorMessage

Overview

Location

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: