私のapp.configを見て少し混乱しました。次のようになります。
<system.serviceModel>
<servcies>
<service>
<endpoint address="" binding="basicHttpBinding">
<identity>
<dns value="localhost"
</identity>
<endpoint>
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior>
...
</behavior>
</serviceBehaviors>
</beharviors>
</system.serviceModel>
SendTimeout 値を 1 分よりも大きく設定するには、バインディング タグをどこに追加すればよいですか?