StreamLink.NET
7.0.3-7.0.3-3688-ee25766
|
Caplin.StreamLink.ContainerFilterFactory | A factory for creating FilterExpressions for use in the IContainerSubscriptionParameters select method. |
Caplin.StreamLink.IAdvancedConfiguration | This interface provides access to advanced features of the StreamLink library. |
Caplin.StreamLink.IChannel | Represents a channel to a subject on the Liberator. |
Caplin.StreamLink.IChannelListener | Interface for receiving updates on the channel from the Liberator. |
Caplin.StreamLink.ICommandErrorEvent | Provides error information for commands. |
Caplin.StreamLink.ICommandListener | Defines the interface that you should implement to receive information on the result of a command. |
Caplin.StreamLink.ICommandParameters | Interface that defines parameters for a ICommandSubscription. |
Caplin.StreamLink.ICommandSubscription | Stored information on the subscription and lets you unpersist the command. |
Caplin.StreamLink.IConnectionListener | Defines the interface for receiving information about changes in the state of the StreamLink connection, the data services available from the Liberator, and the DataSources that are normally connected to the Liberator. |
Caplin.StreamLink.BaseConnectionListener | Adapter class implementing the IConnectionListener methods |
Caplin.StreamLink.IConnectionStatusEvent | Provides information about a change in status of the connection to the Liberator. |
Caplin.StreamLink.IContainerElement | Representation of a subject that is within a container. |
Caplin.StreamLink.IContainerModel | This interface defines a model that represents a container. You need to implement it to process the updateModel callback in IContainerEvents. |
Caplin.StreamLink.ICredentials | Encapsulates authentication information used to log in to a Liberator server. |
Caplin.StreamLink.ICredentialsProvider | This interface defines how to provide the user credentials that StreamLink uses to log into a Liberator server. |
Caplin.StreamLink.ICredentialsReceiver | Interface that your custom implementation of ICredentialsProvider must call to provide credential information to StreamLink. |
Caplin.StreamLink.IDataEvent | Provides access to fundamental information about subscription events relating to changes in data, such as the subject and the type of event that has occurred. |
Caplin.StreamLink.IChatEvent | Provides information about updates to a chat subject. |
Caplin.StreamLink.IContainerEvent | Represents an update to a container subject. |
Caplin.StreamLink.IDirectoryEvent | Provides information about a change to a directory. |
Caplin.StreamLink.INewsEvent | Provides information about a news headline update. |
Caplin.StreamLink.IPageEvent | Provides information about a change to data in a Page |
Caplin.StreamLink.IPermissionEvent | Provides information about a change to permission data. |
Caplin.StreamLink.IRecordType1Event | Provides information about a change to type 1 data (fieldname and data pairs) in a record. |
Caplin.StreamLink.IRecordType2Event | Provides information about a change to type 2 data in a record. |
Caplin.StreamLink.IRecordType3Event | Provides information about a change to type 3 data in a record. |
Caplin.StreamLink.IStoryEvent | Provides information about a change to story data in a Story |
Caplin.StreamLink.IDirectoryChangeElement | Provides information about a change to a directory element. |
Caplin.StreamLink.IFilterExpression | Interface that represents a filter expression. |
Caplin.StreamLink.IKeymasterPollResponseListener | Defines the interface that should be implemented by the application to receive KeyMaster keep alive Responses. |
Caplin.StreamLink.ILiberatorUrlProvider | |
Caplin.StreamLink.ILogger | Allows StreamLink log messages to be written to the destination of your choice. |
Caplin.StreamLink.ILogInfo | Stores log information including message and level of a log entry. |
Caplin.StreamLink.ILogListener | Interface for receiving log messages from the StreamLink application. |
Caplin.StreamLink.ConsoleLogListener | Utility class to aid debugging. |
Caplin.StreamLink.Alerts.INotification | A Notification is an object that can be sent to notify a user of a particular event. |
Caplin.StreamLink.Alerts.INotificationListener | Interface that should be implemented to receive notification change callbacks from the NotificationProvider |
Caplin.StreamLink.IPageElement | Provides information about a single text change for the given row and column in a Page. |
Caplin.StreamLink.IRawSocketFactory | This interface allows a user application to specify a connection strategy to use when creating Type 1 (direct socket) connections. For example, to negotiate a SOCKS proxy or other custom tunneling requirements. |
Caplin.StreamLink.Alerts.IResultListener | An interface that can be registered to be called back when an operation completes. |
Caplin.StreamLink.IServiceStatusEvent | Provides information about the change in status of a data service to which StreamLink is connected via the Liberator. |
Caplin.StreamLink.ISourceStatusEvent | Provides information about the change in status of an Integration Adapter to which StreamLink is connected via the Liberator. |
Caplin.StreamLink.IStatisticsEvent | Provides access to the statistics relating to an instance of StreamLink. |
Caplin.StreamLink.IStreamLink | Defines the StreamLink interface. |
Caplin.StreamLink.IStreamLinkConfiguration | Interface that allows the configuration of StreamLink to be defined programmatically. |
Caplin.StreamLink.ISubscription | Represents a subscription to a subject on the Liberator. |
Caplin.StreamLink.ISubscriptionErrorEvent | Provides information about a subscription error. |
Caplin.StreamLink.ISubscriptionListener | Interface for receiving updates to subscribed data from the Liberator. |
Caplin.StreamLink.BaseSubscriptionListener | Adapter class implementing the ISubscriptionListener methods |
Caplin.StreamLink.ISubscriptionParameters | The base interface for defining parameters that apply to Subscriptions. |
Caplin.StreamLink.IFreeFormSubscriptionParameters | A FreeFormSubscriptionParameters instance allows you to pass parameters to subscriptions for subject types that are not records or containers. |
Caplin.StreamLink.IRecordSubscriptionParameters | Defines the parameters used for Record subscriptions. |
Caplin.StreamLink.IContainerSubscriptionParameters | Defines the parameters used for Container subscriptions. To create an instance of ContainerSubscriptionParameters call the IStreamLink.CreateContainerSubscriptionParameters method. |
Caplin.StreamLink.ISubscriptionStatusEvent | Provides information about a change in the state of a subscription. |
Caplin.StreamLink.Alerts.ITrigger | A Trigger is an object associated with a particular RTTP subject that contains a condition (on the given subjects fields) that when met will trigger a notification message. |
Caplin.StreamLink.Alerts.ITriggerListener | Interface that should be implemented to receive trigger change callbacks from the TriggerProvider |
Caplin.StreamLink.IWebRequestParameters | Contains the parameters needed to call a specific Liberator web module. |
Caplin.StreamLink.LogLevel | Enumeration that represents the available logging levels. |
Caplin.StreamLink.Alerts.NotificationService | A NotificationService subscribes to a Notifications container of the StreamLink user and allows the user to register a listener to be called when notifications are triggered or dismissed |
Caplin.StreamLink.StreamLinkFactory | Factory that creates StreamLink instances. |
Caplin.StreamLink.STuple | |
Caplin.StreamLink.Alerts.TriggerService | A TriggerService subscribes to the Triggers of a StreamLink user and allows the user to register a listener to be called back when triggers are added, removed or modified. |