LocalCallGetReasonPhrase Method (ResponseCodes, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected string GetReasonPhrase(
ResponseCodes responseType,
string customReasonPhrase = null
)
Protected Function GetReasonPhrase (
responseType As ResponseCodes,
Optional customReasonPhrase As String = Nothing
) As String
protected:
String^ GetReasonPhrase(
ResponseCodes responseType,
String^ customReasonPhrase = nullptr
)
member GetReasonPhrase :
responseType : ResponseCodes *
?customReasonPhrase : string
(* Defaults:
let _customReasonPhrase = defaultArg customReasonPhrase null
*)
-> string
Parameters
- responseType
- Type: Ozeki.VoIPResponseCodes
- customReasonPhrase (Optional)
- Type: SystemString
Return Value
Type:
StringSee Also