Click or drag to resize

ISIPReceiverReq, Resp Interface


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
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