![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
first, thanx for ur participation ![]() I have a DLL, with which I can create filters in my network card to perform some tasks on the packets leaving. When a request arrives to my Web Service,the Web Service(or Module, or somebody else) calls the "Create_filter" function of this DLL, and after the request has been sent, Web Service (or Module, or somebody else) must remove this filter calling "Remove_filter" function of the DLL. Creating is no problem (event BeginRequest), but I can't remove the filter when the event EndRequest is fired because the stream is still in the above layer, i.e. data has not been (maybe not compeletly) sent. I need to know, that data is out. Thanx "Frank Drebin" <noemail (AT) imsickofspam (DOT) com> wrote I'm not clear on what you said, let me see if I can recap: -a client attaches to your webservice -the web service returns data -you need to do something useful when the web service finishes returning the data? If so - in the WebMethod, why not put your code in there? "NET_NET_2003" <NET_NET_2003 (AT) hotmail (DOT) com> wrote in message news:526ed31c.0308250621.f9ef2c (AT) posting (DOT) google.com... |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |