ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

37、Windows Communication Foundation 开发指南

37、Windows Communication Foundation 开发指南

Windows Communication Foundation 开发指南

1. 安全事件审计配置

安全事件审计配置可以通过 XML 文件来完成,示例代码如下:

<?xml version="1.0" encoding="utf-8" ?> <configuration> <system.serviceModel> <services> <service behaviorConfiguration="DerivativesCalculatorService"> <endpoint address="Calculator" binding="netTcpBinding" contract="DerivativesCalculator.IDerivativesCalculator" /> </service> </services> <behaviors> <serviceBehaviors> <behavio
返回列表