Show / Hide Table of Contents

Class BaseEndPointConfiguration

This is a baseclass for the IEndPointConfiguration

Inheritance
System.Object
BaseEndPointConfiguration
BaseAuthenticateArgs
CreateMessengingArgs
GetMessengingArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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
System.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
System.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
System.String

EndPointUri

The endpoint URI specify for the connection

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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX