| URLConverterGetURL Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static string GetURL(
	bool isHttp,
	string host,
	int port,
	string username,
	string password,
	string session
)
Public Shared Function GetURL ( 
	isHttp As Boolean,
	host As String,
	port As Integer,
	username As String,
	password As String,
	session As String
) As String
public:
static String^ GetURL(
	bool isHttp, 
	String^ host, 
	int port, 
	String^ username, 
	String^ password, 
	String^ session
)
static member GetURL : 
        isHttp : bool * 
        host : string * 
        port : int * 
        username : string * 
        password : string * 
        session : string -> string 
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