如何在客户端启用WCF跟踪?

时间:2013-07-11 10:35:58

标签: c# wcf trace

我想使用WCF跟踪功能。 Here我找到了帮助打开服务端的WCF跟踪。

现在我想在客户端启用WCF跟踪功能,以获取我只能使用的WCF服务。

2 个答案:

答案 0 :(得分:3)

答案 1 :(得分:2)

它与服务器端相同:在客户端的配置文件(web或app)中添加此部分:

$fileData = file_get_contents("php://input");
$objFileData = json_decode($fileData);
$begin_ad= $objFileData -> begin_ad;
$end_ad= $objFileData -> end_ad;
$begin_ad= date('H:i:s', strtotime($begin_ad));
print $begin_ad;