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.MkDocs.
Summary
Initializes a new instance of the
MkDocsAddress
class.
- Assembly
- Cake
.MkDocs .dll - Namespace
- Cake
.MkDocs - Containing Type
- MkDocsAddress
Syntax
public MkDocsAddress(string ip, int port)
Parameters
Name | Type | Description |
---|---|---|
ip | string | The address Host/IP . |
port | int | The address port (from 1 to 65535 ). |
Return Value
Type | Description |
---|---|
void |