Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting the creation of an object
Message
From
24/02/2004 16:28:00
 
 
To
24/02/2004 16:19:21
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00880446
Message ID:
00880486
Views:
31
>Well, I guess I can't help you there. I don't even see HttpSoapContext in the help, so I'm not even sure what namespace it's in. Sorry ... maybe Rick will jump in here and help.

It is in the Microsoft.Web.Services namespace.

Basically, to avoid the imports, I can do this:
      If (Microsoft.Web.Services.HttpSoapContext.ResponseContext Is Nothing) Then
         Return "HttpSoapContext problem"
      End If
And, that would give the same result.

There might be something wrong on the server side. I'll let you know once I find it.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform