Click or drag to resize
IOptionsManager Interface
Defines events and methods for OPTIONS requests and responses.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IOptionsManager

The IOptionsManager type exposes the following members.

Methods
  NameDescription
Public methodSendOptions
Sends an OPTIONS request to the remote end.
Top
Events
  NameDescription
Public eventOptionsReceived
Occurs when an OPTIONS request received from the remote end.
Public eventResponseReceived
Occurs when a response received to a sent OPTIONS request.
Top
Remarks
API interface for OPTIONS
See Also