HttpRemotingHandler.IsReusable 属性

定义

获取一个布尔值,它指示其他请求是否可以使用 HttpRemotingHandler

public:
 property bool IsReusable { bool get(); };
public bool IsReusable { get; }
member this.IsReusable : bool
Public ReadOnly Property IsReusable As Boolean

属性值

true,指示用于 HttpRemotingHandler 的所有实例。

实现

适用于