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 クライアントを使用しています。サーバーリクエストのタイムアウトを設定する方法はありますか? ありがとう、アレックス
何かのようなもの:
documentStore.JsonRequestFactory.CustomizeRequest = (sender, args) = ((HttpWebRequest)arg.Request).Timeout = 1000;