Urho
1.0.0.0
Urho.RefCounted
Urho.IDeserializer
An HTTP connection with response data stream.
To be added.
Constructor
1.0.0.0
Preserve
Pointer to the raw unmanaged Urho object.
Constructs a new instance of Urho.Network.HttpRequest, given a raw pointer to an unmanaged object
This creates a new managed wrapper for the type using the raw pointer to an unmanaged object.
Objects that are created in this fashion get registered with the UrhoSharp runtime.
This is intended to be used by the UrhoSharp runtime, and is not intended to be used by users.
Constructor
1.0.0.0
Preserve
Pass UrhoObjectFlag.Empty.
Empty constructor, chain to this constructor when you provide your own constructor that sets the handle field.
This constructor should be invoked by your code if you provide your own constructor that sets the handle field.
This essentially circumvents the default path that creates a new object and sets the handle and does not call RegisterObject on the target, you must do this on your own constructor.
You would typically chain to this constructor from your own, and then set the handle to the unmanaged object from your code, and then register your object.
Property
1.0.0.0
System.UInt32
Return amount of bytes in the read buffer.
To be added.
To be added.
Property
1.0.0.0
System.Boolean
Return whether all response data has been read.
To be added.
To be added.
Property
1.0.0.0
System.String
Return error. Only non-empty in the error state.
To be added.
To be added.
Method
1.0.0.0
System.Boolean
Return whether connection is in the open state.
To be added.
To be added.
Method
1.0.0.0
System.UInt32
To be added.
To be added.
Read response data from the HTTP connection and return number of bytes actually read. While the connection is open, will block while trying to read the specified size. To avoid blocking, only read up to as many bytes as GetAvailableSize() returns.
To be added.
To be added.
Method
1.0.0.0
System.UInt32
To be added.
Set position from the beginning of the stream. Not supported.
To be added.
To be added.
Property
1.0.0.0
Urho.Network.HttpRequestState
Return connection state.
To be added.
To be added.
Method
1.0.0.0
System.Void
Process the connection in the worker thread until closed.
To be added.
Property
1.0.0.0
System.String
Return URL used in the request.
To be added.
To be added.
Property
1.0.0.0
System.String
Return verb used in the request. Default GET if empty verb specified on construction.
To be added.
To be added.