Guillaume MAISON wrote:
> Arno Garrels a écrit :
>> Guillaume MAISON wrote:
>>> And, effectively, the NewValue is '', as i don't need it....
>>
>> Whether to use or not to use Socks is specified via property
>> SocksAuthentication, in your case socksNoAuthentication, property
>> SocksLevel may not be empty.
>>
> In that case, the property SocksLevel should be initialized at the
> component creation with a value. Which is not the case in the
> source code... As i've not changed my code...
Strange I don't have that problem. It is assigned default value '5'
in both V5 and V6 see WSocket.pas and OverbyteIcsWSocket.
procedure TCustomSocksWSocket.AssignDefaultValue;
begin
inherited AssignDefaultValue;
...
FSocksLevel := '5';
Arno
>
> --
>
> Guillaume MAISON - [EMAIL PROTECTED]
> 83, Cours Victor Hugo
> 47000 AGEN
> Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50
> e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be