Message in Chinese (Traditional) (中文(繁體))
建立 ChannelFactory 時,不允許 HttpTransportBindingElement ('<var>X</var>') 上為 AuthenticationScheme 屬性指定的值。如果您使用標準繫結,請確認 ClientCredentialType 未設定為 HttpClientCredentialType.InheritedFromHost,這是對用戶端而言無效的值。如果您在 HttpTransportBindingElement 上直接將值設為 '<var>X</var>',請將它設為 Digest、Negotiate、NTLM、Basic 或 Anonymous。
Unlocalized message
The value specified for the AuthenticationScheme property on the HttpTransportBindingElement ('<var>X</var>') is not allowed when building a ChannelFactory. If you used a standard binding, ensure the ClientCredentialType is not set to HttpClientCredentialType.InheritedFromHost, a value which is invalid on a client. If you set the value to '<var>X</var>' directly on the HttpTransportBindingElement, please set it to Digest, Negotiate, NTLM, Basic, or Anonymous.
Search by Google