Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Dolib.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 70 |
constructor Create; |
constructor Create; |
| 71 |
destructor Destroy; override; |
destructor Destroy; override; |
| 72 |
function Connect: boolean; |
function Connect: boolean; |
| 73 |
function ForcedConnect: boolean; //2003/12/20までのSSL障害用強制ログイン(12/21以降なら通常ログイン) |
function ForcedConnect: boolean; //SSL障害用強制ログイン |
| 74 |
function Disconnect: boolean; |
function Disconnect: boolean; |
| 75 |
property ProxyAddress: string read FProxyAddress write FProxyAddress; |
property ProxyAddress: string read FProxyAddress write FProxyAddress; |
| 76 |
property ProxyPort: integer read FProxyPort write FProxyPort; |
property ProxyPort: integer read FProxyPort write FProxyPort; |
| 286 |
InternetCloseHandle(hSession); |
InternetCloseHandle(hSession); |
| 287 |
end; |
end; |
| 288 |
end; |
end; |
| 289 |
//2003/12/20までのSSL障害用強制ログイン(12/21以降なら通常ログイン) |
//SSL障害用強制ログイン |
| 290 |
procedure TDolib.ForcedDOLIB_LOGIN(Proxy: string; Port: Integer; ID: string; Pass: string); |
procedure TDolib.ForcedDOLIB_LOGIN(Proxy: string; Port: Integer; ID: string; Pass: string); |
| 291 |
var |
var |
| 292 |
hSession: HINTERNET; |
hSession: HINTERNET; |
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|