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.
WCFサービス内でデバッグしているときにサービスホストを監視するための最良の方法は何ですか?バインディングプロパティとサービスホストに関するその他の情報を知りたいのですが。
ServiceHost.GetCurrentのようなものがあることを期待していましたが、明らかにそれは正しくありません。グーグルで検索すると、サービスホストを構成または微調整する方法に関する記事が表示されます。
を使用System.ServiceModel.OperationContext.Current.Hostして、現在実行中のServiceHostオブジェクトにアクセスできます。 一例OperationContextなど、他のグッズも含まれています。IncomingMessageHeaders
System.ServiceModel.OperationContext.Current.Host
OperationContext
IncomingMessageHeaders