diff --git a/wst/trunk/synapse_http_protocol.pas b/wst/trunk/synapse_http_protocol.pas index efdc547e6..0b6247762 100644 --- a/wst/trunk/synapse_http_protocol.pas +++ b/wst/trunk/synapse_http_protocol.pas @@ -69,6 +69,7 @@ Type procedure SetProxyServer(const AValue: string); procedure SetProxyUsername(const AValue: string); procedure SetSoapAction(const AValue : string); + protected procedure DoSendAndReceive(ARequest,AResponse:TStream); override; Public constructor Create();override;