UrlParseResultParse Method |
Splits input host string into four distinct parts:
URL scheme that can be used to determine the protocol,
actual host domain name or IP address, port number
and path for use in WebSocket connections.
Namespace:
SoftGear.Strix.Unity.Runtime
Assembly:
StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax public static UrlParseResult Parse(
string url
)
Parameters
- url
- Type: SystemString
Input connection URL string.
Return Value
Type:
UrlParseResultThe result of the parsing.
Exceptions See Also