Class BaseEndpoint
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class BaseEndpoint
- Inheritance
-
BaseEndpoint
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
BaseEndpoint()
Properties
Endpoint
public string Endpoint { get; set; }
Property Value
- string
Environments
public EnvironmentName[] Environments { get; set; }
Property Value
- EnvironmentName[]
HostName
public string HostName { get; set; }
Property Value
- string
Methods
Clone()
public BaseEndpoint Clone()
Returns
- BaseEndpoint
CreateClone()
protected virtual BaseEndpoint CreateClone()
Returns
- BaseEndpoint
public virtual KeyValue[] GetHeaders()
Returns
- KeyValue[]
GetParameters()
public virtual KeyValue[] GetParameters()
Returns
- KeyValue[]
IsEqual(BaseEndpoint)
public bool IsEqual(BaseEndpoint other)
Parameters
other BaseEndpoint
Returns
- bool
IsEqual(ICollection<BaseEndpoint>, ICollection<BaseEndpoint>)
public static bool IsEqual(ICollection<BaseEndpoint> collection1, ICollection<BaseEndpoint> collection2)
Parameters
collection1 ICollection<BaseEndpoint>
collection2 ICollection<BaseEndpoint>
Returns
- bool