Show / Hide Table of Contents

Interface IHttpUrl

HTTPのURLインターフェース

Namespace: Pixiv.VroidSdk.Networking
Assembly: Pixiv.VroidSdk.dll
Syntax
public interface IHttpUrl

Properties

BaseUrl

ベースURL

Declaration
string BaseUrl { get; }
Property Value
Type Description
String

FullPathUrl

BaseUrlとPathを組み合わせたURL文字列を返す

Declaration
string FullPathUrl { get; }
Property Value
Type Description
String

Path

パス

Declaration
string Path { get; }
Property Value
Type Description
String
In This Article
Back to top Generated by DocFX