InternalSIPAddressExAsRequestUri Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string AsRequestUri(
SIPAddress address
)
Public Shared Function AsRequestUri (
address As SIPAddress
) As String
public:
static String^ AsRequestUri(
SIPAddress^ address
)
static member AsRequestUri :
address : SIPAddress -> string
Parameters
- address
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
String
See Also