Class GrpcListLocalHostsSectionsReply
Returned as the reply for a GrpcListLocalHostsSectionsRequest.
Namespace: Neon.Kube.GrpcProto.Desktop
Assembly: Neon.Kube.GrpcProto.dll
Syntax
[DataContract]
public class GrpcListLocalHostsSectionsReply
Constructors
GrpcListLocalHostsSectionsReply()
Default constructor.
Declaration
public GrpcListLocalHostsSectionsReply()
GrpcListLocalHostsSectionsReply(IEnumerable<LocalHostSection>?)
Constructs a reply from LocalHostSection instances enumerated by a ListLocalHostsSections() call.
Declaration
public GrpcListLocalHostsSectionsReply(IEnumerable<LocalHostSection>? sections)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<LocalHostSection> | sections | The enumerated local hosts sections. |
Properties
Sections
The list of local host section information.
Declaration
public List<GrpcLocalHostSection>? Sections { get; set; }
Property Value
Type | Description |
---|---|
List<GrpcLocalHostSection> |