カスタムバインディングとMTOMエンコーディングを構成するにはどうすればよいですか?私は以下のようなカスタムバインディングを持っています、
<customBinding>
<binding name="stsBinding">
<security authenticationMode="UserNameOverTransport"
requireDerivedKeys="false"
keyEntropyMode="ServerEntropy"
requireSecurityContextCancellation="false"
requireSignatureConfirmation="false">
</security>
<httpsTransport />
</binding>
</customBinding>
そして、私のMTOMバインディングは次のようになります。
<basicHttpBinding>
<binding name="HttpStreaming"
maxReceivedMessageSize="2147483647"
messageEncoding="Mtom"
transferMode="Streamed"/>
</basicHttpBinding>
これを組み合わせるにはどうすればよいですか?