上一页 1 ··· 360 361 362 363 364 365 366 367 368 ··· 399 下一页
摘要: http://www.codeproject.com/Articles/96028/WCF-Service-with-custom-username-password-authenti需要制作证书http://www.cnblogs.com/chucklu/p/4685783.html首先生成证书 阅读全文
posted @ 2015-07-29 13:51 ChuckLu 阅读(1409) 评论(0) 推荐(0)
摘要: 第一种解决方法:最暴力的配置去掉第二种解决方法:其实已经有了serviceBehavior,但是忘记绑定到Service上了 给Service的BehaviorConfiguration指定之前创建的ServiceBehavior 阅读全文
posted @ 2015-07-29 13:44 ChuckLu 阅读(2829) 评论(1) 推荐(1)
摘要: http://stackoverflow.com/questions/1252791/how-to-solve-the-channeldispatcher-is-unable-to-open-its-ichannellistener-erroWith this type of exception i... 阅读全文
posted @ 2015-07-28 18:35 ChuckLu 阅读(1517) 评论(0) 推荐(0)
摘要: http://blogs.msdn.com/b/ericlippert/archive/2009/02/02/properties-vs-attributes.aspxHere is yet another question I got from a C# user recently:I have ... 阅读全文
posted @ 2015-07-28 15:20 ChuckLu 阅读(286) 评论(0) 推荐(0)
摘要: of of element of 阅读全文
posted @ 2015-07-28 15:11 ChuckLu 阅读(151) 评论(0) 推荐(0)
摘要: Windows Communication Foundation Configuration Schema 阅读全文
posted @ 2015-07-28 14:43 ChuckLu 阅读(170) 评论(0) 推荐(0)
摘要: 在wcf中使用自定义的用户名和密码验证方式 https://msdn.microsoft.com/en-us/library/aa702565.aspx http://www.codeproject.com/Articles/96028/WCF-Service-with-custom-usernam 阅读全文
posted @ 2015-07-28 13:34 ChuckLu 阅读(711) 评论(0) 推荐(0)
摘要: AttributeThe Attribute class associates predefined system information or user-defined custom information with a target element. A target element can b... 阅读全文
posted @ 2015-07-25 16:25 ChuckLu 阅读(279) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/29722838/system-timers-timer-steadily-increasing-the-interval需要在计时器每次运行后,修正计时器的间隔通过DateTime的Tick来处理 不过这个修正貌似有点不准p... 阅读全文
posted @ 2015-07-24 15:19 ChuckLu 阅读(1593) 评论(0) 推荐(1)
摘要: AttributesAttributes provide a powerful method of associating metadata, or declarative information, with code (assemblies, types, methods, properties,... 阅读全文
posted @ 2015-07-23 20:48 ChuckLu 阅读(275) 评论(0) 推荐(0)
上一页 1 ··· 360 361 362 363 364 365 366 367 368 ··· 399 下一页