AxsgPreviewHostStartResponse Class

Definition

Represents the successful start response payload returned by the AXSG preview helper host.

public sealed record AxsgPreviewHostStartResponse(string PreviewUrl, int TransportPort, int PreviewPort, Guid SessionId) : IEquatable<AxsgPreviewHostStartResponse>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)