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.1.140.7015 (2016.1.140.7015)

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