AbstractLocalCallRespond Method (ResponseCodes, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public abstract bool Respond(
ResponseCodes responseCode,
string reasonPhrase
)
Public MustOverride Function Respond (
responseCode As ResponseCodes,
reasonPhrase As String
) As Boolean
public:
virtual bool Respond(
ResponseCodes responseCode,
String^ reasonPhrase
) abstract
abstract Respond :
responseCode : ResponseCodes *
reasonPhrase : string -> bool
Parameters
- responseCode
- Type: Ozeki.VoIPResponseCodes
- reasonPhrase
- Type: SystemString
Return Value
Type:
BooleanImplements
ICallRespond(ResponseCodes, String)See Also