Discuss this help topic in SecureBlackbox Forum

TElOAuth2RedirectReceiver.SocketTimeout

TElOAuth2RedirectReceiver     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    int SocketTimeout;

[VB.NET]
    Property SocketTimeout As Integer

[Pascal]
    property SocketTimeout : Integer;

[C++]
    int32_t get_SocketTimeout();
    void set_SocketTimeout(int32_t Value);

[PHP]
    integer get_SocketTimeout()
    void set_SocketTimeout(integer $Value)

[Java]
    int getSocketTimeout();
    void setSocketTimeout(int Value);

Description

    This topic is under development.

    The default value is 60000.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum