Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class BaseEndPointConfiguration

    This is a baseclass for the IEndPointConfiguration

    Inheritance
    object
    BaseEndPointConfiguration
    BaseAuthenticateArgs
    CreateMessengingArgs
    GetMessengingArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Args
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class BaseEndPointConfiguration : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Constructors

    BaseEndPointConfiguration()

    You should set one of two propertie EndpointUri or EndPointConfigurationName manually to be use correclty

    Declaration
    public BaseEndPointConfiguration()

    BaseEndPointConfiguration(string)

    If you have a configuration name in your web.config

    Declaration
    public BaseEndPointConfiguration(string endPointConfigurationName)
    Parameters
    Type Name Description
    string endPointConfigurationName

    The name in the web.config

    BaseEndPointConfiguration(Uri)

    If you have the endpoint uri. ie : https://www.secure-exchanges.com/_api/0217/0217.asmx

    Declaration
    public BaseEndPointConfiguration(Uri endPointUri)
    Parameters
    Type Name Description
    Uri endPointUri

    The uri: ie : https://www.secure-exchanges.com/_api/0217/0217.asmx

    Properties

    EndPointConfigurationName

    The Endpoint configuration Name

    Declaration
    public string EndPointConfigurationName { get; set; }
    Property Value
    Type Description
    string

    EndPointUri

    The endpoint URI specify for the connection

    Declaration
    public Uri EndPointUri { get; set; }
    Property Value
    Type Description
    Uri

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation