RTSPConnection.addExtraHttpRequestHeader

Add header to be appended to any HTTP request made by connection. If the header already exists then the old header is replaced by the new header.

Only applicable in HTTP tunnel mode.

class RTSPConnection
void
addExtraHttpRequestHeader
(
string key
,
string value
)

Parameters

key string

HTTP header name

value string

HTTP header value