Interface IHttpUrl
Namespace: VRoidSDK.Networking
Assembly: VRoidSDK.dll
Syntax
public interface IHttpUrl
Properties
HostName
Httpのホスト名
Declaration
string HostName { get; }
Property Value
Type | Description |
---|---|
String |
Path
リクエストパス
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
String |
Protocol
Httpのプロトコル
Declaration
string Protocol { get; }
Property Value
Type | Description |
---|---|
String |
Methods
FromFullPath(String)
フルパスからURLを構築する
Declaration
void FromFullPath(string fullpath)
Parameters
Type | Name | Description |
---|---|---|
String | fullpath | フルパス文字列 |
FullPath()
完全なリクエスト先を作成する
Declaration
string FullPath()
Returns
Type | Description |
---|---|
String |