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
Declaration
string FullPathUrl { get; }
Property Value
Type | Description |
---|---|
String |
Path
Path
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
String |