set socket options in TSocketStream.SetSocketOptions

(cherry picked from commit 3814df5b4a)
This commit is contained in:
Ondrej Pokorny 2021-08-14 04:42:14 +02:00 committed by marcoonthegit
parent 2df9168f4c
commit 807e87867e

View File

@ -476,6 +476,7 @@ end;
Procedure TSocketStream.SetSocketOptions(Value : TSocketOptions);
begin
FSocketOptions:=Value;
end;
function TSocketStream.Seek(Offset: Longint; Origin: Word): Longint;