LocalCallGetReasonPhrase(ResponseCodes, String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxprotected 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 ResponseCodes
-
- customReasonPhrase String (Optional)
-
Return Value
String
See Also