RouteSummary Class

Namespace
CondenserDotNet.Server.Routes
Interfaces
Base Types
graph TD Base0["ServiceBase"]-->Type click Base0 "/CondenserDocs/api/CondenserDotNet.Server/ServiceBase" Base1["object"]-->Base0 Interface0["IService"]-.->Type click Interface0 "/CondenserDocs/api/CondenserDotNet.Server/IService" Type["RouteSummary"] class Type type-node

Syntax

public sealed class RouteSummary : ServiceBase, IService

Constructors

Properties

Name Value Summary
IpEndPoint IPEndPoint
NodeId string
Inherited from ServiceBase
Routes string[]
ServiceId string
Inherited from ServiceBase
SupportedVersions Version[]
Inherited from ServiceBase
Tags string[]
Inherited from ServiceBase

Methods

Name Value Summary
CallService(HttpContext) Task
GetSummary() StatsSummary
Inherited from ServiceBase
UpdateRoutes(string[]) void
Inherited from ServiceBase