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>
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgPreviewHostStartResponse(String, Int32, Int32, Guid)Represents the successful start response payload returned by the AXSG preview helper host.