Class HttpExchangesResult
Inheritance
System.Object
HttpExchangesResult
Namespace: Steeltoe.Management.Endpoint.Actuators.HttpExchanges
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class HttpExchangesResult : object
Constructors
| Edit this page View SourceHttpExchangesResult(IList<HttpExchange>)
Declaration
public HttpExchangesResult(IList<HttpExchange> exchanges)
Parameters
Type | Name | Description |
---|---|---|
IList<HttpExchange> | exchanges |
Properties
| Edit this page View SourceExchanges
Declaration
public IList<HttpExchange> Exchanges { get; }
Property Value
Type | Description |
---|---|
IList<HttpExchange> |