The server requires a client to use the login command to pass credentials.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2016.2.147.9832 (2016.2.147.9832)

Syntax

C#
public bool ReqiresLogin { get; }
Visual Basic
Public ReadOnly Property ReqiresLogin As Boolean
	Get
Visual C++
public:
property bool ReqiresLogin {
	bool get ();
}

See Also