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

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

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