[This is preliminary documentation and is subject to change.]
Retrieve response header information. If the response length is not known
set |response_length| to -1 and ReadResponse() will be called until it
returns false. If the response length is known set |response_length|
to a positive value and ReadResponse() will be called until it returns
false or the specified number of bytes have been read. Use the |response|
object to set the mime type, http status code and other optional header
values. To redirect the request to a new URL set |redirectUrl| to the new
URL.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- response
- Type: Xilium.CefGlue CefResponse
[Missing <param name="response"/> documentation for "M:Xilium.CefGlue.CefResourceHandler.GetResponseHeaders(Xilium.CefGlue.CefResponse,System.Int64@,System.String@)"]
- responseLength
- Type: System Int64
[Missing <param name="responseLength"/> documentation for "M:Xilium.CefGlue.CefResourceHandler.GetResponseHeaders(Xilium.CefGlue.CefResponse,System.Int64@,System.String@)"]
- redirectUrl
- Type: System String
[Missing <param name="redirectUrl"/> documentation for "M:Xilium.CefGlue.CefResourceHandler.GetResponseHeaders(Xilium.CefGlue.CefResponse,System.Int64@,System.String@)"]
See Also