Interface ISecondaryAcceptor
- Assembly
- Diffusion.Client.dll
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.
public interface ISecondaryAcceptor : ISecondaryServer, IRemoteServer
- Inherited Members
Properties
PrimaryHostName
Returns the primary server host name used in SSL validation.
string PrimaryHostName { get; }
Property Value
- string
The primary server host name.