Table of Contents

Interface ISecondaryServer

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly
Diffusion.Client.dll

Base interface for a secondary remote server.

public interface ISecondaryServer : IRemoteServer
Inherited Members

Properties

ConnectionOptions

Returns the remote server connection options.

Dictionary<RemoteServerConnectionOption, string> ConnectionOptions { get; }

Property Value

Dictionary<RemoteServerConnectionOption, string>

The connection options.

MissingTopicNotificationFilter

Returns the missing topic notification filter expression.

string MissingTopicNotificationFilter { get; }

Property Value

string

The missing topic notification filter, or null if one has not been specified.

Principal

Returns the principal used for the connection.

This is used to authenticate the connection at the primary server.

string Principal { get; }

Property Value

string

The principal.

ServerUrl

Returns the url for connection to the primary server.

string ServerUrl { get; }

Property Value

string

The url for connection to the primary server.