Show / Hide Table of Contents

Class HttpClientConnection

Carry out HTTP connection using HttpClient

Inheritance
Object
HttpClientConnection
Implements
IHttpConnection
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Networking.Connections
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class HttpClientConnection : IHttpConnection

Properties

Header

HTTP request header

Declaration
public IHttpHeader Header { get; set; }
Property Value
Type Description
IHttpHeader

OnDownloadProgressChanged

Callback on download progression

Declaration
public Action<float> OnDownloadProgressChanged { get; set; }
Property Value
Type Description
Action<Single>

OnUploadProgressChanged

Callback on upload progression

Declaration
public Action<float> OnUploadProgressChanged { get; set; }
Property Value
Type Description
Action<Single>

Param

HTTP request parameter

Declaration
public IHttpParam Param { get; set; }
Property Value
Type Description
IHttpParam

Url

URL

Declaration
public IHttpUrl Url { get; }
Property Value
Type Description
IHttpUrl

Implements

IHttpConnection
In This Article
Back to top Generated by DocFX