AuthPersistSingleRequestIfProxy Property

MSBuild

Setting this flag to true specifies authentication will persist only across single requests on a connection if the connection is by proxy. IIS will reset the authentication at the end of the request if the current authenticated request is by proxy and it is not the special case where IIS is running MSPROXY.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AuthPersistSingleRequestIfProxy As Boolean
C#
public bool AuthPersistSingleRequestIfProxy { get; set; }
C++
public property bool AuthPersistSingleRequestIfProxy sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AuthPersistSingleRequestIfProxy();

/** property */
public void set_AuthPersistSingleRequestIfProxy(bool value);
JScript
public function get AuthPersistSingleRequestIfProxy() : bool

public function set AuthPersistSingleRequestIfProxy(value : bool);

Property Value

Value indicating if AuthPersistSingleRequestIfProxy is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.