WebChannelInfo

Overview

Location


 

constructor

 

constructor(owner: WebProcessor; context: HttpContext)

 

WebChannelInfo(WebProcessor owner, HttpContext context)

 

Sub New(owner As WebProcessor, context As HttpContext)

Parameters:

  • owner:
  • context:

AuthBearer

 

property AuthBearer: String read write;

 

String AuthBearer { get; set; }

 

Property AuthBearer() As String

AuthPassword

 

property AuthPassword: String read write;

 

String AuthPassword { get; set; }

 

Property AuthPassword() As String

AuthUsername

 

property AuthUsername: String read write;

 

String AuthUsername { get; set; }

 

Property AuthUsername() As String

ContentType

 

property ContentType: String read;

 

String ContentType { get; }

 

ReadOnly Property ContentType() As String

Context

 

property Context: HttpContext read;

 

HttpContext Context { get; }

 

ReadOnly Property Context() As HttpContext

GetQueryString

 

method GetQueryString(name: String): String

 

String GetQueryString(String name)

 

Function GetQueryString(name As String) As String

Parameters:

  • name:

 

property Header: IHttpHeader read;

 

IHttpHeader Header { get; }

 

ReadOnly Property Header() As IHttpHeader

Item

 

property Item[name: String]: String read write;

 

String Item[String name] { get; set; }

 

Property Item(name As String) As String

Method

 

property Method: String read;

 

String Method { get; }

 

ReadOnly Property Method() As String

Owner

 

property Owner: WebProcessor read;

 

WebProcessor Owner { get; }

 

ReadOnly Property Owner() As WebProcessor

QueryString

 

property QueryString: String read;

 

String QueryString { get; }

 

ReadOnly Property QueryString() As String

ServerChannel

 

property ServerChannel: ServerChannel read;

 

ServerChannel ServerChannel { get; }

 

ReadOnly Property ServerChannel() As ServerChannel

TargetUrl

 

property TargetUrl: String read write;

 

String TargetUrl { get; set; }

 

Property TargetUrl() As String

UsesAuthentication

 

property UsesAuthentication: Boolean read write;

 

Boolean UsesAuthentication { get; set; }

 

Property UsesAuthentication() As Boolean

 

AuthBearer

 

property AuthBearer: String read write;

 

String AuthBearer { get; set; }

 

Property AuthBearer() As String

AuthPassword

 

property AuthPassword: String read write;

 

String AuthPassword { get; set; }

 

Property AuthPassword() As String

AuthUsername

 

property AuthUsername: String read write;

 

String AuthUsername { get; set; }

 

Property AuthUsername() As String

ContentType

 

property ContentType: String read;

 

String ContentType { get; }

 

ReadOnly Property ContentType() As String

Context

 

property Context: HttpContext read;

 

HttpContext Context { get; }

 

ReadOnly Property Context() As HttpContext

 

property Header: IHttpHeader read;

 

IHttpHeader Header { get; }

 

ReadOnly Property Header() As IHttpHeader

Item

 

property Item[name: String]: String read write;

 

String Item[String name] { get; set; }

 

Property Item(name As String) As String

Method

 

property Method: String read;

 

String Method { get; }

 

ReadOnly Property Method() As String

Owner

 

property Owner: WebProcessor read;

 

WebProcessor Owner { get; }

 

ReadOnly Property Owner() As WebProcessor

QueryString

 

property QueryString: String read;

 

String QueryString { get; }

 

ReadOnly Property QueryString() As String

ServerChannel

 

property ServerChannel: ServerChannel read;

 

ServerChannel ServerChannel { get; }

 

ReadOnly Property ServerChannel() As ServerChannel

TargetUrl

 

property TargetUrl: String read write;

 

String TargetUrl { get; set; }

 

Property TargetUrl() As String

UsesAuthentication

 

property UsesAuthentication: Boolean read write;

 

Boolean UsesAuthentication { get; set; }

 

Property UsesAuthentication() As Boolean

 

constructor

 

constructor(owner: WebProcessor; context: HttpContext)

 

WebChannelInfo(WebProcessor owner, HttpContext context)

 

Sub New(owner As WebProcessor, context As HttpContext)

Parameters:

  • owner:
  • context:

GetQueryString

 

method GetQueryString(name: String): String

 

String GetQueryString(String name)

 

Function GetQueryString(name As String) As String

Parameters:

  • name: