4 references to UnsupportedBindingProperty
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (2)
147
throw ExceptionHelper.PlatformNotSupported(string.Format(SRServiceModel.
UnsupportedBindingProperty
, "MessageEncoding", MessageEncoding));
267
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.
UnsupportedBindingProperty
, "MessageEncoding", this.MessageEncoding)));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (2)
103
throw ExceptionHelper.PlatformNotSupported(string.Format(SRServiceModel.
UnsupportedBindingProperty
, "MessageEncoding", MessageEncoding));
132
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.
UnsupportedBindingProperty
, "MessageEncoding", MessageEncoding)));