danikf / tik4net

Manage mikrotik routers with .NET C# code via ADO.NET like API or enjoy O/R mapper like highlevel api.
Apache License 2.0
174 stars 93 forks source link

Changing timeout #19

Closed fefno closed 6 years ago

fefno commented 7 years ago

How can i change the connection timeout?

danikf commented 6 years ago

I will add this to the next release. D

danikf commented 6 years ago

Fixed in sources. Try to set connection.ReceiveTimeout before connectioin.Open.