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.GitLab.
Summary
Initializes a new instance of
ServerIdentity with the specified host name and protocol
- Assembly
- Cake
.GitLab .dll - Namespace
- Cake
.GitLab - Containing Type
- ServerIdentity
Syntax
public ServerIdentity(string protocol, string host)
Remarks
The post is set implicitly to the default port for the specified protocol.
Parameters
| Name | Type | Description |
|---|---|---|
| protocol | string | The protocol to use for communicating with the GitLab server. |
| host | string | The host name of the GitLab server. |
Return Value
| Type | Description |
|---|---|
| void |
