バインディングの MaxClockSkew を増やしたいのですが、バインディングをカスタム バインディングに変換して MaxClockSkew 要素を追加する方法がわかりません。
誰かがこれを変換するのを手伝ってくれたら本当に感謝しています.
<wsHttpBinding>
<binding name="MyBinding" maxReceivedMessageSize="102400">
<readerQuotas maxArrayLength="51200" maxStringContentLength="102400" maxNameTableCharCount="2147483647" />
<security mode="TransportWithMessageCredential">
<transport clientCredentialType="None" />
<message clientCredentialType="UserName" />
</security>
</binding>
</wsHttpBinding>
ありがとう