CreateUri Method
Overloads
CreateUri(QTServiceType, String, Int32) | ||
CreateUri(QTServiceType, Boolean, String) | ||
CreateUri(QTServiceType, String) | ||
CreateUri(QTServiceType, String, String, Int32) |
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 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!