Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ravendb silverlight 客户端。有没有办法为 erver 请求设置超时?谢谢,亚历克斯
就像是:
documentStore.JsonRequestFactory.CustomizeRequest = (sender, args) = ((HttpWebRequest)arg.Request).Timeout = 1000;