CreateUri Method
ON THIS PAGE Last updated: 2/27/2026
Overloads
CreateUri(QTServiceType, String, Int32)
Declaration
public static Uri CreateUri(QTServiceType serviceType, string machineName, int port)
Parameters
Type
Name
Description
QTServiceType
serviceType
System.String
machineName
System.Int32
port
Returns
Type
Description
System.Uri
CreateUri(QTServiceType, Boolean, String)
Declaration
public static Uri CreateUri(QTServiceType serviceType, bool useSSL, string machineName)
Parameters
Type
Name
Description
QTServiceType
serviceType
System.Boolean
useSSL
System.String
machineName
Returns
Type
Description
System.Uri
CreateUri(QTServiceType, String)
Declaration
public static Uri CreateUri(QTServiceType serviceType, string machineName)
Parameters
Type
Name
Description
QTServiceType
serviceType
System.String
machineName
Returns
Type
Description
System.Uri
CreateUri(QTServiceType, String, String, Int32)
Declaration
public static Uri CreateUri(QTServiceType serviceType, string uriScheme, string machineName, int port)
Parameters
Type
Name
Description
QTServiceType
serviceType
System.String
uriScheme
System.String
machineName
System.Int32
port
Returns
Type
Description
System.Uri