Show / Hide Table of Contents

Class ApiUrl

Inheritance
Object
BasicUrl
ApiUrl
Implements
IHttpUrl
Inherited Members
BasicUrl.uri
BasicUrl.HostName
BasicUrl.Protocol
BasicUrl.Path
BasicUrl.FullPath()
BasicUrl.FromFullPath(String)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VRoidSDK.Networking
Assembly: VRoidSDK.dll
Syntax
public class ApiUrl : BasicUrl, IHttpUrl

Constructors

ApiUrl(String, String)

Declaration
public ApiUrl(string hostname, string api)
Parameters
Type Name Description
String hostname
String api

Implements

IHttpUrl
Back to top Generated by DocFX