C# Class Senparc.Weixin.Config

全局设置
Show file Open project: JeffreySu/WeiXinMPSDK

Public Properties

Property Type Description
DefaultCacheNamespace string
MaxJsonLength int

Property Details

DefaultCacheNamespace public static property

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

MaxJsonLength public static property

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