







![]() ![]() |
Google Translate API Documentation |
GoogleClient..::.SendTimeout Property |
GoogleClient Class See Also Send Feedback |
Gets or sets the interval of time after which the send 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 SendTimeout { get; set; } |
Visual Basic (Declaration) |
---|
Public Property SendTimeout As TimeSpan |
Visual C++ |
---|
public: property TimeSpan SendTimeout { TimeSpan get (); void set (TimeSpan value); } |