CefUrlRequest GetResponse Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Returns the response, or NULL if no response information is available. Response information will only be available after the upload has completed. The returned object is read-only and should not be modified.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefResponse GetResponse()

Return Value

Type: CefResponse

[Missing <returns> documentation for "M:Xilium.CefGlue.CefUrlRequest.GetResponse"]

See Also