This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Ember.
Summary
Gets or sets a value to use for the port to host website on.
- Assembly
- Cake
.Ember .dll - Namespace
- Cake
.Ember .Serve - Containing Type
- EmberServeSettings
Syntax
public Nullable<int> Port { get; set; }
Remarks
Default is 4200. Pass 0 to automatically pick an available port.
Value
Type | Description |
---|---|
Nullable |