Interface IHttpConnectionDriver
IHttpConnectionを作成するファクトリ
Namespace: Pixiv.VroidSdk.Networking.Drivers
Assembly: Pixiv.VroidSdk.dll
Syntax
public interface IHttpConnectionDriver
Methods
Create(IHttpUrl, IHttpHeader, Int64)
IHttpConnectionを作成する
Declaration
IHttpConnection Create(IHttpUrl url, IHttpHeader header = null, long timeout = 30L)
Parameters
Type | Name | Description |
---|---|---|
IHttpUrl | url | 接続先URL |
IHttpHeader | header | リクエストヘッダ |
Int64 | timeout | タイムアウト(秒)、デフォルトは30秒。 |
Returns
Type | Description |
---|---|
IHttpConnection | 指定したHTTP接続を行うIHttpConnection |