Class TemplateRandomSslPortStep
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectBuilding.Templates
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class TemplateRandomSslPortStep : ProjectBuildPipelineStep
Constructors
TemplateRandomSslPortStep(List<string>, int, int)
Declaration
public TemplateRandomSslPortStep(List<string> buildInSslSslUrls, int minSslPort = 44300, int maxSslPort = 44399)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<T><string> | buildInSslSslUrls | |
| int | minSslPort | |
| int | maxSslPort |
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |