mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 04:59:17 +02:00
set socket options in TSocketStream.SetSocketOptions
This commit is contained in:
parent
7d890608b8
commit
3814df5b4a
@ -477,6 +477,7 @@ end;
|
||||
Procedure TSocketStream.SetSocketOptions(Value : TSocketOptions);
|
||||
|
||||
begin
|
||||
FSocketOptions:=Value;
|
||||
end;
|
||||
|
||||
function TSocketStream.Seek(Offset: Longint; Origin: Word): Longint;
|
||||
|
Loading…
Reference in New Issue
Block a user