Click or drag to resize
ISubscribeSenderUA Interface
Subscriber interface. Manages subscriptions, sends SUBSCRIBE requests.

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

The ISubscribeSenderUA type exposes the following members.

Methods
  NameDescription
Public methodCreateNewSubscription
Creates a new subscription.
Public methodRefreshSubscription
Refreshes an accepted subscription.
Public methodSendInitialSubscribeRequest
Sends a SUBSCRIBE request to the remote host.
Public methodUnsubscribe
Unsubscribes from the specified subscription.
Top
See Also