ISoapChannel.Closed Event
Occurs when the channel is closed.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
No usage available.
Syntax
'Declaration
Event Closed As EventHandler
event EventHandler Closed;
event EventHandler^ Closed;
void add_Closed(EventHandler handler);
void remove_Closed(EventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
ISoapChannel Interface
ISoapChannel Members
Microsoft.Web.Services3.Messaging Namespace