Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Oct : idHTTP Socket Handle

www.cryer.info
Managed Newsgroup Archive

idHTTP Socket Handle

Subject:idHTTP Socket Handle
Posted by:"James Borden" (james at softoption dot com)
Date:Mon, 24 Oct 2005 18:25:05

does anyone know how to get the idHTTP socket handle (for use in
SetSockOptions)?

Trying the following gives an access violation:

var
  SocketHandle : TIdSocketHandle;

begin
  SocketHandle := idHTTP.Socket.Binding;
  ...

Thanks in advance.

Replies:

www.cryer.info
Managed Newsgroup Archive