Class BasicUrl
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
Field Value
Properties
HostName
Declaration
public string HostName { get; }
Property Value
Path
Declaration
public string Path { get; }
Property Value
Protocol
Declaration
public string Protocol { get; }
Property Value
Methods
FromFullPath(String)
Declaration
public void FromFullPath(string fullpath)
Parameters
Type |
Name |
Description |
String |
fullpath |
|
FullPath()
Declaration
Returns
Implements