AddrSpecGetUriScheme Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static string GetUriScheme(
AddrSpecType type,
string address
)
Public Shared Function GetUriScheme (
type As AddrSpecType,
address As String
) As String
public:
static String^ GetUriScheme(
AddrSpecType type,
String^ address
)
static member GetUriScheme :
type : AddrSpecType *
address : string -> string
Parameters
- type
- Type: Ozeki.VoIPAddrSpecType
- address
- Type: SystemString
Return Value
Type:
StringSee Also