receiveTimeOut
属性のさまざまな値をreceiveTimeOut="59:59:59"
、Visual Studio でこのタスクを達成するためにワイルド カード検索を使用できますか?に置き換える必要があります。
<endpoint receiveTimeOut="10:10:20" someOtherProperty="x1" yetAnotherProperty="y1" />
<endpoint receiveTimeOut="10:50:20" someOtherProperty="x2" yetAnotherProperty="y2" />
...
<endpoint receiveTimeOut="30:50:20" someOtherProperty="x3" yetAnotherProperty="y3" />
私は試しました:検索と置換ダイアログでワイルドカードオプションを使用しましreceiveTimeOut="*"
たが、これは完全な行を選択し、receiveTimeOut="10:10:20" someOtherProperty="x1" yetAnotherProperty="y1" />
ご想像のとおり、私は WCF サービス web.config を編集しており、このタスクを手動で繰り返し実行する必要があります。