Click or drag to resize

IByeReceiver Interface

Handles incoming BYE requests and incoming responses to sent BYE requests.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public interface IByeReceiver : ISIPReceiver<ByeRequestArgs, ByeResponseArgs>

The IByeReceiver type exposes the following members.

Methods
 NameDescription
Public methodOnRequestReceived Request received from the remote party.
(Inherited from ISIPReceiverReq, Resp)
Public methodOnResponseReceived Occurs when response received to a sent request.
(Inherited from ISIPReceiverReq, Resp)
Top
See Also