applayerprotocols/httptransportfw/strings/HttpStringConstants.st
branchRCL_3
changeset 53 c59bddbfd7b9
parent 40 a0da872af3fa
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
   304 #
   304 #
   305 # Property name to set the TCP socket timeout. If the socket is idle for the period
   305 # Property name to set the TCP socket timeout. If the socket is idle for the period
   306 # the socket will be closed
   306 # the socket will be closed
   307 #
   307 #
   308 EHttpSocketTimeoutValue _063
   308 EHttpSocketTimeoutValue _063
   309 #Propery name to set the transaction should not be retried if there is any error
   309 #Property name to set the transaction should not be retried if there is any error
   310 #
   310 #
   311 EHttpPropagateDefaultError _064
   311 EHttpPropagateDefaultError _064
   312 #
       
   313 # Property name and value to be used for allowing untrusted certificates
       
   314 #
       
   315 EDialogAutomaticAllowed _071
       
   316 #Property name to set the TCP socket immediate close timewait. This will enable the Lingering option in tcp.
   312 #Property name to set the TCP socket immediate close timewait. This will enable the Lingering option in tcp.
   317 EHttpSocketImmediateClosetTimeOutValue  _65
   313 EHttpSocketImmediateClosetTimeOutValue  _65