SoapChannel.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
Public NotOverridable Event Closed As EventHandler
public sealed event EventHandler Closed;
public:
event EventHandler^ Closed;
public final void add_Closed(EventHandler handler);
public final 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
SoapChannel Class
SoapChannel Members
Microsoft.Web.Services3.Messaging Namespace