Message in Korean (한국어)
HttpTransportBindingElement('<var>X</var>')에서 AuthenticationScheme 속성에 대해 지정된 값은 ChannelFactory를 작성할 때 허용되지 않습니다. 표준 바인딩을 사용한 경우 ClientCredentialType이 클라이언트에서 잘못된 값인 HttpClientCredentialType.InheritedFromHost로 설정되지 않았는지 확인하십시오. HttpTransportBindingElement에서 직접 값을 '<var>X</var>'(으)로 설정한 경우 다이제스트, 협상, NTLM, 기본 또는 익명으로 설정하십시오.
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