Changes between Version 4 and Version 5 of FDORfc56


Ignore:
Timestamp:
Mar 27, 2011, 10:57:21 PM (13 years ago)
Author:
sunch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc56

    v4 v5  
    9797                                FdoString* userName,     
    9898                                FdoString* passwd,
    99                                 FdoString* proxyUrl = NULL,
     99                                FdoString* proxyHost = NULL,
    100100                                FdoString* proxyPort = NULL,
    101                                 FdoString* proxyUsername = NULL
     101                                FdoString* proxyUsername = NULL,
     102                                FdoString* proxyPassword = NULL
    102103                           )
    103104};
     
    116117                                FdoString* userName,     
    117118                                FdoString* passwd,
    118                                 FdoString* proxyUrl = NULL,
     119                                FdoString* proxyHost = NULL,
    119120                                FdoString* proxyPort = NULL,
    120                                 FdoString* proxyUsername = NULL
     121                                FdoString* proxyUsername = NULL,
     122                                FdoString* proxyPassword = NULL
    121123                             )
    122124};
    123125}}}
    124126
    125 The proxyUrl, proxyPort, proxyUsername all have the NULL as their default value. Their parent constructor !FdoOwsDelegate will be called to pass the proxy settings.
     127The proxyHost, proxyPort, proxyUsername and proxyPassword all have the NULL as their default value. Their parent constructor !FdoOwsDelegate will be called to pass the proxy settings.
    126128
    127129== Implications ==