开发者

Intercepting TDS packets within application

开发者 https://www.devze.com 2023-02-10 03:40 出处:网络
Is there a way to intercept TDS (Tabular Data Stream) packets within c# application. I am intending to write an logging application with int开发者_运维百科ercepted stream.

Is there a way to intercept TDS (Tabular Data Stream) packets within c# application. I am intending to write an logging application with int开发者_运维百科ercepted stream.

Thanks


You should have a Look at FreeTDS, a Complete Library written in C to handle the TDS Protocol. You could attach your hooks there.

0

精彩评论

暂无评论...
验证码 换一张
取 消