Startup remote access dto.

StartupRemoteAccessDto

interface StartupRemoteAccessDto {
    EnableAutomaticPortMapping: boolean;
    EnableRemoteAccess: boolean;
}

Properties

EnableAutomaticPortMapping: boolean

Gets or sets a value indicating whether enable automatic port mapping.

StartupRemoteAccessDto

EnableRemoteAccess: boolean

Gets or sets a value indicating whether enable remote access.

StartupRemoteAccessDto