Click or drag to resize

HTTPClient Properties

The HTTPClient type exposes the following members.

Properties
  NameDescription
Public propertyBlockingModeEnabled

If true, execution will block until all data is read from the response.

Public propertyConnection

The connection to use for this client.

Public propertyDynamicObject
Gets a new DynamicGodotObject associated with this instance.
(Inherited from Object.)
Public propertyNativeInstance (Inherited from Object.)
Public propertyReadChunkSize

The size of the buffer used and maximum bytes to read per iteration. See ReadResponseBodyChunk.

Top
See Also