IHttpClientChannel
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: IHttpRequest | IHttpClientChannel
AuthPassword (declared in IHttpRequest)
Remote user password.
This property relies on the concrete implementation of the IHttpRequest interface. This property can, for example, correspond to the basic Http authentication credentials.
property AuthPassword: String read write;
String AuthPassword { get; set; }
Property AuthPassword() As String
AuthUsername (declared in IHttpRequest)
Remote user name.
This property relies on the concrete implementation of the IHttpRequest interface. This property can, for example, correspond to the basic Http authentication credentials.
property AuthUsername: String read write;
String AuthUsername { get; set; }
Property AuthUsername() As String
ContentType (declared in IHttpRequest)
The MIME type of this request's content. If; FOR EXAMPLE; this instance contains a .png picture, the ContentType should be set to 'image/png'.
Most notable MIME types are listed on this Wikipedia page.
property ContentType: String read;
String ContentType { get; }
ReadOnly Property ContentType() As String
GetQueryString (declared in IHttpRequest)
method GetQueryString(value: String): String
String GetQueryString(String value)
Function GetQueryString(value As String) As String
Parameters:
- value:
Header (declared in IHttpRequest)
Collection of Http headers of this request. This property can be used to set various Http headers.
property Header: IHttpHeader read;
IHttpHeader Header { get; }
ReadOnly Property Header() As IHttpHeader
Method (declared in IHttpRequest)
Http method of this request, for example 'GET' or 'POST'. Remoting SDK Http-based client channels send 'POST' as Http method.
property Method: String read;
String Method { get; }
ReadOnly Property Method() As String
QueryString (declared in IHttpRequest)
property QueryString: String read;
String QueryString { get; }
ReadOnly Property QueryString() As String
TargetUrl (declared in IHttpRequest)
Target URL of this Http request. Can be used to determine how to handle this request.
property TargetUrl: String read write;
String TargetUrl { get; set; }
Property TargetUrl() As String
UsesAuthentication (declared in IHttpRequest)
This property is set to true when the current Http request uses authentication methods.
property UsesAuthentication: Boolean read write;
Boolean UsesAuthentication { get; set; }
Property UsesAuthentication() As Boolean
AuthPassword (declared in IHttpRequest)
Remote user password.
This property relies on the concrete implementation of the IHttpRequest interface. This property can, for example, correspond to the basic Http authentication credentials.
property AuthPassword: String read write;
String AuthPassword { get; set; }
Property AuthPassword() As String
AuthUsername (declared in IHttpRequest)
Remote user name.
This property relies on the concrete implementation of the IHttpRequest interface. This property can, for example, correspond to the basic Http authentication credentials.
property AuthUsername: String read write;
String AuthUsername { get; set; }
Property AuthUsername() As String
ContentType (declared in IHttpRequest)
The MIME type of this request's content. If; FOR EXAMPLE; this instance contains a .png picture, the ContentType should be set to 'image/png'.
Most notable MIME types are listed on this Wikipedia page.
property ContentType: String read;
String ContentType { get; }
ReadOnly Property ContentType() As String
Header (declared in IHttpRequest)
Collection of Http headers of this request. This property can be used to set various Http headers.
property Header: IHttpHeader read;
IHttpHeader Header { get; }
ReadOnly Property Header() As IHttpHeader
Method (declared in IHttpRequest)
Http method of this request, for example 'GET' or 'POST'. Remoting SDK Http-based client channels send 'POST' as Http method.
property Method: String read;
String Method { get; }
ReadOnly Property Method() As String
QueryString (declared in IHttpRequest)
property QueryString: String read;
String QueryString { get; }
ReadOnly Property QueryString() As String
TargetUrl (declared in IHttpRequest)
Target URL of this Http request. Can be used to determine how to handle this request.
property TargetUrl: String read write;
String TargetUrl { get; set; }
Property TargetUrl() As String
UsesAuthentication (declared in IHttpRequest)
This property is set to true when the current Http request uses authentication methods.
property UsesAuthentication: Boolean read write;
Boolean UsesAuthentication { get; set; }
Property UsesAuthentication() As Boolean
GetQueryString (declared in IHttpRequest)
method GetQueryString(value: String): String
String GetQueryString(String value)
Function GetQueryString(value As String) As String
Parameters:
- value: