Soap.SOAPHTTPTrans.THTTPReqResp.Connect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Connect(Value: Boolean);

C++

void __fastcall Connect(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Establishes or terminates a connection to the Web Service application.

Note: On Windows, call Connect to open or close a connection to the Web Service application identified by the URL property. Connect opens a connection using WinInet.

Note: Connect is not available on Linux.

Value indicates whether to open or close the connection. When Value is true, Connect establishes a connection. When Value is false, Connect terminates the connection.

See Also