Show / Hide Table of Contents

Class BasicUrl

Inheritance
Object
BasicUrl
ApiUrl
Implements
IHttpUrl
Inherited Members
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 BasicUrl : IHttpUrl

Constructors

BasicUrl(String)

Declaration
public BasicUrl(string path)
Parameters
Type Name Description
String path

Fields

uri

Declaration
protected Uri uri
Field Value
Type Description
Uri

Properties

HostName

Declaration
public string HostName { get; }
Property Value
Type Description
String

Path

Declaration
public string Path { get; }
Property Value
Type Description
String

Protocol

Declaration
public string Protocol { get; }
Property Value
Type Description
String

Methods

FromFullPath(String)

Declaration
public void FromFullPath(string fullpath)
Parameters
Type Name Description
String fullpath

FullPath()

Declaration
public string FullPath()
Returns
Type Description
String

Implements

IHttpUrl
Back to top Generated by DocFX