Interface ISecondaryAcceptor

Secondary remote server that accepts a connection from a primary server.

This type accepts a connection from a IPrimaryInitiator with the same name configured at the primary server (cluster).

Use a ISecondaryAcceptorBuilder to create an instance of this type.

Inherited Members
ISecondaryServer.ServerUrl
ISecondaryServer.Principal
ISecondaryServer.ConnectionOptions
ISecondaryServer.MissingTopicNotificationFilter
IRemoteServer.RemoteServerType
IRemoteServer.Name
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public interface ISecondaryAcceptor : ISecondaryServer, IRemoteServer

Properties

PrimaryHostName

Returns the primary server host name used in SSL validation.

Declaration
string PrimaryHostName { get; }
Property Value
Type Description
System.String

The primary server host name.

Back to top