StreamLink.NET
8.0.3-8.0.3-1239-180a512
|
Caplin | |
StreamLink | The interfaces, classes and enumerators within this package provide the functionality of StreamLink. |
Alerts | The classes within this package provide the functionality of StreamLink alerts |
INotification | A Notification is an object that can be sent to notify a user of a particular event. |
INotificationListener | Interface that should be implemented to receive notification change callbacks from the NotificationProvider |
IResultListener | An interface that can be registered to be called back when an operation completes. |
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. |
ITriggerListener | Interface that should be implemented to receive trigger change callbacks from the TriggerProvider |
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 |
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. |
BaseConnectionListener | Adapter class implementing the IConnectionListener methods |
BaseSubscriptionListener | Adapter class implementing the ISubscriptionListener methods |
ConsoleLogListener | Utility class to aid debugging. |
ContainerFilterFactory | A factory for creating FilterExpressions for use in the IContainerSubscriptionParameters select method. |
IAdvancedConfiguration | This interface provides access to advanced features of the StreamLink library. |
IChannel | Represents a channel to a subject on the Liberator. |
IChannelListener | Interface for receiving updates on the channel from the Liberator. |
IChatEvent | Provides information about updates to a chat subject. |
ICommandErrorEvent | Provides error information for commands. |
ICommandListener | Defines the interface that you should implement to receive information on the result of a command. |
ICommandParameters | Interface that defines parameters for a ICommandSubscription. |
ICommandResultEvent | Provides result information for commands. |
ICommandResultListener | Defines the interface that you should implement to receive information on the result of a command. |
ICommandSubscription | Stored information on the subscription and lets you unpersist the command. |
IConnectionCurrentState | |
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. |
IConnectionStatusEvent | Provides information about a change in status of the connection to the Liberator. |
IContainerElement | Representation of a subject that is within a container. |
IContainerEvent | Represents an update to a container subject. |
IContainerModel | This interface defines a model that represents a container. You need to implement it to process the updateModel callback in IContainerEvents. |
IContainerSubscriptionParameters | Defines the parameters used for Container subscriptions. To create an instance of ContainerSubscriptionParameters call the IStreamLink.CreateContainerSubscriptionParameters method. |
ICredentials | Encapsulates authentication information used to log in to a Liberator server. |
ICredentialsProvider | This interface defines how to provide the user credentials that StreamLink uses to log into a Liberator server. |
ICredentialsReceiver | Interface that your custom implementation of ICredentialsProvider must call to provide credential information to 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. |
IDirectoryChangeElement | Provides information about a change to a directory element. |
IDirectoryEvent | Provides information about a change to a directory. |
IDiscardHandler | |
IFilterExpression | Interface that represents a filter expression. |
IFreeFormSubscriptionParameters | A FreeFormSubscriptionParameters instance allows you to pass parameters to subscriptions for subject types that are not records or containers. |
IHttpHeaderProvider | |
IJsonChannel | Represents a JSON channel to a subject on the Liberator. |
IJsonChannelListener | Interface for receiving updates on the JSON channel from the Liberator. |
IJsonDiscardHandler | |
IJsonEvent | Provides information about a JSON message. |
IJsonHandler | |
IJsonProvider | |
IJsonProviderHandle | |
IJsonPublisher | |
IJsonSubscriptionParameters | Defines the parameters used for Json subscriptions. |
IKeymasterCookieProvider | |
IKeymasterHttpHeaderProvider | |
IKeymasterPollResponseListener | Defines the interface that should be implemented by the application to receive KeyMaster keep alive Responses. |
ILiberatorUrlProvider | |
ILogger | Allows StreamLink log messages to be written to the destination of your choice. |
ILogInfo | Stores log information including message and level of a log entry. |
ILogListener | Interface for receiving log messages from the StreamLink application. |
INewsEvent | Provides information about a news headline update. |
IPageElement | Provides information about a single text change for the given row and column in a Page. |
IPageEvent | Provides information about a change to data in a Page |
IPermissionEvent | Provides information about a change to permission data. |
IPublisher | |
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. |
IRecordDiscardHandler | |
IRecordProvider | |
IRecordProviderHandle | |
IRecordPublisher | |
IRecordSubscriptionParameters | Defines the parameters used for Record subscriptions. |
IRecordType1Event | Provides information about a change to type 1 data (fieldname and data pairs) in a record. |
IRecordType2Event | Provides information about a change to type 2 data in a record. |
IRecordType3Event | Provides information about a change to type 3 data in a record. |
IServiceStatusEvent | Provides information about the change in status of a data service to which StreamLink is connected via the Liberator. |
ISourceStatusEvent | Provides information about the change in status of an Integration Adapter to which StreamLink is connected via the Liberator. |
IStatisticsEvent | Provides access to the statistics relating to an instance of StreamLink. |
IStoryEvent | Provides information about a change to story data in a Story |
IStreamLink | Defines the StreamLink interface. |
IStreamLinkConfiguration | Interface that allows the configuration of StreamLink to be defined programmatically. |
ISubscription | Represents a subscription to a subject on the Liberator. |
ISubscriptionErrorEvent | Provides information about a subscription error. |
ISubscriptionListener | Interface for receiving updates to subscribed data from the Liberator. |
ISubscriptionParameters | The base interface for defining parameters that apply to Subscriptions. |
ISubscriptionStatusEvent | Provides information about a change in the state of a subscription. |
IWebRequestParameters | Contains the parameters needed to call a specific Liberator web module. |
LogLevel | Enumeration that represents the available logging levels. |
StreamLinkFactory | Factory that creates StreamLink instances. |
STuple |