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

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

Syntax

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

See Also