Click or drag to resize
ISIPReceiverReq, Resp Interface

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface ISIPReceiver<Req, Resp>

Type Parameters

Req
Resp

The ISIPReceiverReq, Resp type exposes the following members.

Methods
  NameDescription
Public methodOnRequestReceived
Request received from the remote party.
Public methodOnResponseReceived
Occurs when response received to a sent request.
Top
See Also