Search Results for

    Show / Hide Table of Contents

    Class EndpointConfigurationElement

    Defines an endpoint to connect to

    Inheritance
    System.Object
    EndpointConfigurationElement
    ImageVaultCoreConfigurationElement
    Namespace: ImageVault.Client.Configuration
    Assembly: ImageVault.Client.dll
    Syntax
    public class EndpointConfigurationElement : ConfigurationElement

    Constructors

    EndpointConfigurationElement()

    Declaration
    public EndpointConfigurationElement()

    Properties

    Address

    Get/Sets the Address of the EndpointConfigurationElement

    Declaration
    public virtual string Address { get; set; }
    Property Value
    Type Description
    System.String

    Certificate

    Gets the Certificate of the EndpointConfigurationElement

    Declaration
    public X509Certificate2 Certificate { get; }
    Property Value
    Type Description
    System.Security.Cryptography.X509Certificates.X509Certificate2

    CertificateLocation

    Gets the Certificate of the EndpointConfigurationElement

    Declaration
    public CertificateConfigurationElement CertificateLocation { get; }
    Property Value
    Type Description
    CertificateConfigurationElement

    CurrentAddress

    Method for building the resulting url string depending on wether host and scheme shall be reused or not.

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

    The resulting url

    Exceptions
    Type Condition
    System.ApplicationException

    If url needs to be relative when the attribute useRelativeAddress is true. or if unknown url .

    Identity

    Gets the Identity of the EndpointConfigurationElement

    Declaration
    public string Identity { get; set; }
    Property Value
    Type Description
    System.String

    ReuseHostAndSchemeFromContext

    Get/Sets the AllowRelativeAddress of the EndpointConfigurationElement

    Declaration
    public bool ReuseHostAndSchemeFromContext { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022