







![]() ![]() |
Google Translate API Documentation |
GoogleClient..::.OpenTimeout Property |
GoogleClient Class See Also Send Feedback |
Gets or sets the interval of time after which the open method, invoked by a communication object, times out.
Namespace:
Google.API
Assembly:
GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)
Syntax
C# |
---|
public TimeSpan OpenTimeout { get; set; } |
Visual Basic (Declaration) |
---|
Public Property OpenTimeout As TimeSpan |
Visual C++ |
---|
public: property TimeSpan OpenTimeout { TimeSpan get (); void set (TimeSpan value); } |