ServerIdentity.

ServerIdentity(string) Constructor

Summary

Initializes a new instance of ServerIdentity with the specified host name
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
ServerIdentity

Syntax

public ServerIdentity(string host)

Remarks

When only a host name is specified, the protocol defaults to https

Parameters

Name Type Description
host string The host name of the GitLab server.

Return Value

Type Description
void