API:Datasnap.DSSession.TDSRemoteSession.Reopen
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
| Unit: Datasnap.DSSession | |
| Parent: TDSRemoteSession | |
Delphi
procedure Reopen(DBXDatasnapProperties: TDBXDatasnapProperties); override;
C++
virtual void __fastcall Reopen(Data::Dbxdatasnap::TDBXDatasnapProperties* DBXDatasnapProperties);
Description
Reopens the socket channel toward a different location.
Datasnap.DSSession.TDSRemoteSession.Reopen inherits from Datasnap.DSSession.TDSTunnelSession.Reopen. All content below this line refers to Datasnap.DSSession.TDSTunnelSession.Reopen.
Reopens the socket channel toward a different location.
The Reopen method reopens the socket channel toward a different location. The DBXDatasnapProperties parameter specifies the connection properties.