Skip to content
SiteEmail

cohtml.Net.ResourceRequest

Encapsulates a resource request.

Inherits from SystemIDisposable

Name
classFallbackURLsData
Name
enum classResourceType { Font, Other}
Name
virtual voidDispose()
ResourceRequest()
virtual uintGetId()
The ID of the request.
virtual stringGetURL()
Absolute URL taking into account the current URL of the View.
virtual stringGetMethod()
Get the request method.
virtual stringGetUsername()
Get the username (optional)
virtual stringGetPassword()
Get the password (optional)
virtual stringGetHeaderValue(string name)
Returns the value of a particular header if exists.
virtual uintGetHeadersCount()
Returns the count of all headers in the request.
virtual stringGetHeaderName(uint id)
Returns the name of the header at id.
virtual stringGetHeaderValue(uint id)
Returns the value of a particular header if exists.
virtual stringGetBody()
Returns pointer to the request body.
virtual uintGetBodySize()
Get the length of the request body.
virtual ResourceRequest.ResourceTypeGetResourceType()
Get the type of resource that was requested.
virtual ResourceRequest.FallbackURLsDataGetFallbackURLs()
delegate uintSwigDelegateResourceRequest_0(global.System.IntPtr swigId)
delegate stringSwigDelegateResourceRequest_1(global.System.IntPtr swigId)
delegate stringSwigDelegateResourceRequest_2(global.System.IntPtr swigId)
delegate stringSwigDelegateResourceRequest_3(global.System.IntPtr swigId)
delegate stringSwigDelegateResourceRequest_4(global.System.IntPtr swigId)
delegate stringSwigDelegateResourceRequest_5(string name, global.System.IntPtr swigId)
delegate uintSwigDelegateResourceRequest_6(global.System.IntPtr swigId)
delegate stringSwigDelegateResourceRequest_7(uint id, global.System.IntPtr swigId)
delegate stringSwigDelegateResourceRequest_8(uint id, global.System.IntPtr swigId)
delegate stringSwigDelegateResourceRequest_9(global.System.IntPtr swigId)
delegate uintSwigDelegateResourceRequest_10(global.System.IntPtr swigId)
delegate intSwigDelegateResourceRequest_11(global.System.IntPtr swigId)
delegate global.System.IntPtrSwigDelegateResourceRequest_12(global.System.IntPtr swigId)
Name
boolswigCMemOwn
EnumeratorValueDescription
Font
Other
virtual void Dispose()
ResourceRequest()
virtual uint GetId()

The ID of the request.

virtual string GetURL()

Absolute URL taking into account the current URL of the View.

virtual string GetMethod()

Get the request method.

virtual string GetUsername()

Get the username (optional)

virtual string GetPassword()

Get the password (optional)

virtual string GetHeaderValue(
string name
)

Returns the value of a particular header if exists.

virtual uint GetHeadersCount()

Returns the count of all headers in the request.

virtual string GetHeaderName(
uint id
)

Returns the name of the header at id.

virtual string GetHeaderValue(
uint id
)

Returns the value of a particular header if exists.

virtual string GetBody()

Returns pointer to the request body.

virtual uint GetBodySize()

Get the length of the request body.

virtual ResourceRequest.ResourceType GetResourceType()

Get the type of resource that was requested.

virtual ResourceRequest.FallbackURLsData GetFallbackURLs()
delegate uint SwigDelegateResourceRequest_0(
global.System.IntPtr swigId
)
delegate string SwigDelegateResourceRequest_1(
global.System.IntPtr swigId
)
delegate string SwigDelegateResourceRequest_2(
global.System.IntPtr swigId
)
delegate string SwigDelegateResourceRequest_3(
global.System.IntPtr swigId
)
delegate string SwigDelegateResourceRequest_4(
global.System.IntPtr swigId
)
delegate string SwigDelegateResourceRequest_5(
string name,
global.System.IntPtr swigId
)
delegate uint SwigDelegateResourceRequest_6(
global.System.IntPtr swigId
)
delegate string SwigDelegateResourceRequest_7(
uint id,
global.System.IntPtr swigId
)
delegate string SwigDelegateResourceRequest_8(
uint id,
global.System.IntPtr swigId
)
delegate string SwigDelegateResourceRequest_9(
global.System.IntPtr swigId
)
delegate uint SwigDelegateResourceRequest_10(
global.System.IntPtr swigId
)
delegate int SwigDelegateResourceRequest_11(
global.System.IntPtr swigId
)
delegate global.System.IntPtr SwigDelegateResourceRequest_12(
global.System.IntPtr swigId
)
bool swigCMemOwn;