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.
ローダーを表示できるように、Silverlight で Ria サービスへの呼び出しをインターセプトしたいと考えています。いくつかの WCF Api を介して可能ですか、それとも独自のソリューションを作成する必要がありますか?
コンテキスト クラスの部分クラスを作成し、その部分メソッドに、どのプロバイダやメソッドOnCreatedなどのクライアント側の動作を追加できます。IClientMessageInspectorBeforeSendRequestAfterReceiveReply
OnCreated
IClientMessageInspector
BeforeSendRequest
AfterReceiveReply
この質問またはこのブログ投稿を参照してください。