Click or drag to resize
URLConverterGetURL Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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