Click or drag to resize

LocalCancelManager Class

Server call bejovo/kimeno CANCEL requestjeit kezeli.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPBaseLocalCallManager
    Ozeki.VoIPLocalCancelManager

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class LocalCancelManager : BaseLocalCallManager, 
	ICancelManager, ICancelReceiver, ISIPReceiver<CancelRequestArgs, CancelResponseArgs>

The LocalCancelManager type exposes the following members.

Constructors
 NameDescription
Public methodLocalCancelManagerInitializes a new instance of the LocalCancelManager class
Top
Properties
 NameDescription
Protected propertyCall
(Inherited from BaseLocalCallManager)
Public propertySession 
Top
Methods
 NameDescription
Public methodClose
(Inherited from BaseLocalCallManager)
Public methodOnRequestReceived Incoming CANCEL
Public methodOnResponseReceived 
Public methodSendCancel Outgoing CANCEL
Public methodSendCancel(CancelRequestArgs) Outgoing CANCEL
Top
Events
 NameDescription
Public eventCancelReceived 
Top
See Also