Class HeadendClient.__NeonDesktop
Inheritance
HeadendClient.__NeonDesktop
Assembly: Neon.Kube.dll
Syntax
[GeneratedClient("")]
public class HeadendClient.__NeonDesktop : IGeneratedServiceClient
Properties
GeneratorVersion
Returns the version of the Neon.ModelGen assembly that generated
this code plus the generated code schema version. This is formatted like:
SEMANTIC-VERSION:SCHEMA
where SCHEMA-VERSION is the Neon.ModelGen assembly version and
SCHEMA is a simple integer schema version number. The version will be
incremented if or when the code generated by future versions of the
Neon.ModelGen assembly changes enough to become incompatible
with older versions of the Neon.Xunit.XunitExtensions.ValidateController()
method. This is likely to never change, but future proofing is always
a good idea.
Declaration
public string GeneratorVersion { get; }
Property Value
Methods
GetNeonDesktopCertificateAsync(CancellationToken, IRetryPolicy)
Declaration
[GeneratedMethod(DefinedAs = "GetNeonDesktopCertificateAsync", Returns = typeof(IDictionary<string, byte[]>), RouteTemplate = "neondesktop/certificate", HttpMethod = "GET", ApiVersion = "2023-04-06")]
public Task<IDictionary<string, byte[]>> GetNeonDesktopCertificateAsync(CancellationToken _cancellationToken = default, IRetryPolicy _retryPolicy = null)
Parameters
Returns
UnsafeGetNeonDesktopCertificateAsync(CancellationToken, IRetryPolicy)
Declaration
public Task<JsonResponse> UnsafeGetNeonDesktopCertificateAsync(CancellationToken _cancellationToken = default, IRetryPolicy _retryPolicy = null)
Parameters
Returns
Implements