MkDocsAddress.

MkDocsAddress(string, int) Constructor

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