CallHelperGetReasonPhrase Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string GetReasonPhrase(
int code,
string reasonPhrase
)
Public Function GetReasonPhrase (
code As Integer,
reasonPhrase As String
) As String
public:
String^ GetReasonPhrase(
int code,
String^ reasonPhrase
)
member GetReasonPhrase :
code : int *
reasonPhrase : string -> string
Parameters
- code
- Type: SystemInt32
- reasonPhrase
- Type: SystemString
Return Value
Type:
StringSee Also