Click or drag to resize

URLConverterGetURL Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static string GetURL(
	bool isHttp,
	string host,
	int port,
	string username,
	string password,
	string session
)

Parameters

isHttp
Type: SystemBoolean
host
Type: SystemString
port
Type: SystemInt32
username
Type: SystemString
password
Type: SystemString
session
Type: SystemString

Return Value

Type: String
See Also