HttpCapabilitiesDefaultProvider.UserAgentCacheKeyLength 属性

定义

获取或设置用于缓存 HttpBrowserCapabilities 对象的用户代理字符串中字符的数量。

public:
 property int UserAgentCacheKeyLength { int get(); void set(int value); };
public int UserAgentCacheKeyLength { get; set; }
member this.UserAgentCacheKeyLength : int with get, set
Public Property UserAgentCacheKeyLength As Integer

属性值

Int32

所提供用于缓存 HttpBrowserCapabilities 对象的用户代理字符串中字符的数量。

适用于