Soap.SOAPConn.TSoapConnection Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterConnectpublishedOccurs after a connection is established.
AfterDisconnectpublishedOccurs after the connection closes.
BeforeConnectpublishedOccurs immediately before establishing a connection.
BeforeDisconnectpublishedOccurs immediately before the connection closes.
OnAfterExecutepublishedOccurs when TSoapConnection receives the results from executing a method on the application server.
OnBeforeExecutepublishedOccurs before TSoapConnection sends a method call to the application server for execution.
OnGetDeltaStreamsprotected
OnGetUsernameprotectedOccurs immediately before the remote login dialog.
OnLoginpublicOccurs when a communication channel opens to the server.