WinHttpHandler.PreAuthenticate 属性

定义

获取或设置一个值,该值指示处理程序是否随请求发送授权标头。

public:
 property bool PreAuthenticate { bool get(); void set(bool value); };
public bool PreAuthenticate { get; set; }
member this.PreAuthenticate : bool with get, set
Public Property PreAuthenticate As Boolean

属性值

注解

此属性的默认值为 false

适用于