Show / Hide Table of Contents

Interface IHttpUrl

HTTP URL interface

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

Properties

BaseUrl

Base URL

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

FullPathUrl

Returns URL string combining BaseUrl and Path

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

Path

Path

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