Class Endpoint
Endpoint to be used when calling service operation.
public class Endpoint
- Inheritance
-
Endpoint
- Inherited Members
Constructors
Endpoint(string)
Constructor used by custorm EndpointProvider
public Endpoint(string url)
Parameters
url
string
Endpoint(string, string, string)
Constructor used by code-generated EndpointProvider
public Endpoint(string url, string attributesJson, string headersJson)
Parameters
Properties
Attributes
Custom endpoint attributes
public IPropertyBag Attributes { get; set; }
Property Value
Headers
Custom endpoint headers
public IDictionary<string, IList<string>> Headers { get; set; }
Property Value
URL
Endpoint's url
public string URL { get; set; }