C# Class Senparc.Weixin.Config

全局设置
Exibir arquivo Open project: JeffreySu/WeiXinMPSDK

Public Properties

Property Type Description
DefaultCacheNamespace string
MaxJsonLength int

Property Details

DefaultCacheNamespace public_oe static_oe property

默认缓存键的第一级命名空间,默认值:DefaultCache
public static string DefaultCacheNamespace
return string

MaxJsonLength public_oe static_oe property

JavaScriptSerializer 类接受的 JSON 字符串的最大长度
public static int MaxJsonLength
return int