Datasnap.DSSession.TDSTunnelSession.Reopen

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSTunnelSession

Delphi

procedure Reopen(DBXDatasnapProperties: TDBXDatasnapProperties); virtual;

C++

virtual void __fastcall Reopen(Data::Dbxdatasnap::TDBXDatasnapProperties* DBXDatasnapProperties);

Description

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.

See Also