  | RuyiNetHttpStatusREQUEST_TIMEOUT Field | 
 [This is preliminary documentation and is subject to change.]
            This response is sent on an idle connection by some servers, even without
            any previous request by the client. It means that the server would like to
            shut down this unused connection. This response is used much more since some
            browsers, like Chrome, Firefox 27+, or IE9, use HTTP pre-connection
            mechanisms to speed up surfing. Also note that some servers merely shut down
            the connection without sending this message.
            
 
    Namespace: 
   Ruyi.SDK.Online
    Assembly:
   SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntaxpublic const int REQUEST_TIMEOUT = 408
Field Value
Type: 
Int32
See Also