Table of Contents

Delegate HttpRequest.RequestCompletedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the RequestCompleted event of a HttpRequest class.

public delegate void HttpRequest.RequestCompletedEventHandler(long result, long responseCode, string[] headers, byte[] body)

Parameters

result long
Represents the method that handles the event of a class.
responseCode long
Represents the method that handles the event of a class.
headers string[]
Represents the method that handles the event of a class.
body byte[]
Represents the method that handles the event of a class.

Constructors

RequestCompletedEventHandler(object, IntPtr)

public RequestCompletedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, long, string[], byte[], AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long result, long responseCode, string[] headers, byte[] body, AsyncCallback callback, object @object)

Parameters

result long
responseCode long
headers string[]
body byte[]
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long, long, string[], byte[])

public virtual void Invoke(long result, long responseCode, string[] headers, byte[] body)

Parameters

result long
responseCode long
headers string[]
body byte[]