Soap.SOAPHTTPTrans.THTTPReqResp.SetCertContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCertContext(AContext: Pointer);

C++

void __fastcall SetCertContext(void * AContext);

Properties

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

Description

Is the setter method for the certification context.

SetCertContext is used internally to set the certification context.

See Also