摘要:
Example 4-1. The ServiceBehaviorAttribute used to configure instance context modeusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace WCFServiceProgramming{ public enum InstanceContextMode { PerCall, PerSession, Single } [Attrib... 阅读全文
posted @ 2012-11-22 17:26
逝者如斯(乎)
阅读(200)
评论(0)
推荐(0)