Gets the primary endpoint for the RavenDB server.
public EndpointReference PrimaryEndpoint { get; }API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
public ReferenceExpression ConnectionStringExpression { get; }public IReadOnlyDictionary<string, string> Databases { get; }public EndpointReferenceExpression Host { get; }public EndpointReferenceExpression Port { get; }public EndpointReference PrimaryEndpoint { get; }public EndpointReference TcpEndpoint { get; }public ReferenceExpression UriExpression { get; }http://{host}:{port} or https://{host}:{port} depending on security settings.