Class Exposure
Inheritance
System.Object
Exposure
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class Exposure : object
Constructors
|
Edit this page
View Source
Exposure()
Declaration
|
Edit this page
View Source
Exposure(IConfiguration)
Declaration
public Exposure(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
Exclude
Declaration
public List<string> Exclude { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Edit this page
View Source
Include
Declaration
public List<string> Include { get; set; }
Property Value
Type |
Description |
List<System.String> |
|