gpt4 book ai didi

c# - WCF 应用程序 - 需要 "app start"代码用于 http 和 tcp 绑定(bind)

转载 作者:太空狗 更新时间:2023-10-29 21:35:41 24 4
gpt4 key购买 nike

<分区>

我有一个 WCF 应用程序,它需要一些应用程序初始化代码才能在应用程序启动时触发。目前,代码位于 global.asax.cs 中我的 Application_Start 方法中:

protected void Application_Start(object sender, EventArgs e)
{
// Whatever..
}

但是,我的 WCF 应用程序同时具有 http (asp.net) 和 TCP (netTcpBinding) 端点,具体取决于所调用的服务。这段代码只会触发普通的 http 端点,而不是 TCP。无论客户端调用是通过 tcp 还是 http,我都需要触发应用程序启动代码。最好的方法是什么?

谢谢

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com