HttpSysServerChannelInfo
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: ServerChannelInfo | HttpSysServerChannelInfo
constructor (ServerChannel) protected (declared in ServerChannelInfo)
Creates an instance of an object with the given ServerChannel.
constructor(serverChannel: ServerChannel)
HttpSysServerChannelInfo(ServerChannel serverChannel)
Sub New(serverChannel As ServerChannel)
Parameters:
- serverChannel: A given server channel.
constructor (ServerChannel, HttpListenerContext)
constructor(serverChannel: ServerChannel; context: HttpListenerContext)
HttpSysServerChannelInfo(ServerChannel serverChannel, HttpListenerContext context)
Sub New(serverChannel As ServerChannel, context As HttpListenerContext)
Parameters:
- serverChannel:
- 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
GetQueryString
method GetQueryString(name: String): String
String GetQueryString(String name)
Function GetQueryString(name As String) As String
Parameters:
- name:
Header
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
LocalEndPoint
property LocalEndPoint: IPEndPoint read;
IPEndPoint LocalEndPoint { get; }
ReadOnly Property LocalEndPoint() As IPEndPoint
Method
property Method: String read;
String Method { get; }
ReadOnly Property Method() As String
QueryString
property QueryString: String read;
String QueryString { get; }
ReadOnly Property QueryString() As String
RemoteEndPoint
property RemoteEndPoint: IPEndPoint read;
IPEndPoint RemoteEndPoint { get; }
ReadOnly Property RemoteEndPoint() As IPEndPoint
Request
property Request: HttpListenerContext read;
HttpListenerContext Request { get; }
ReadOnly Property Request() As HttpListenerContext
ServerChannel (declared in ServerChannelInfo)
Returns the server channel instance provided in constructor.
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
Header
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
LocalEndPoint
property LocalEndPoint: IPEndPoint read;
IPEndPoint LocalEndPoint { get; }
ReadOnly Property LocalEndPoint() As IPEndPoint
Method
property Method: String read;
String Method { get; }
ReadOnly Property Method() As String
QueryString
property QueryString: String read;
String QueryString { get; }
ReadOnly Property QueryString() As String
RemoteEndPoint
property RemoteEndPoint: IPEndPoint read;
IPEndPoint RemoteEndPoint { get; }
ReadOnly Property RemoteEndPoint() As IPEndPoint
Request
property Request: HttpListenerContext read;
HttpListenerContext Request { get; }
ReadOnly Property Request() As HttpListenerContext
ServerChannel (declared in ServerChannelInfo)
Returns the server channel instance provided in constructor.
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 (ServerChannel) protected (declared in ServerChannelInfo)
Creates an instance of an object with the given ServerChannel.
constructor(serverChannel: ServerChannel)
HttpSysServerChannelInfo(ServerChannel serverChannel)
Sub New(serverChannel As ServerChannel)
Parameters:
- serverChannel: A given server channel.
constructor (ServerChannel, HttpListenerContext)
constructor(serverChannel: ServerChannel; context: HttpListenerContext)
HttpSysServerChannelInfo(ServerChannel serverChannel, HttpListenerContext context)
Sub New(serverChannel As ServerChannel, context As HttpListenerContext)
Parameters:
- serverChannel:
- context:
GetQueryString
method GetQueryString(name: String): String
String GetQueryString(String name)
Function GetQueryString(name As String) As String
Parameters:
- name: