4 references to MessageEncoding
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (4)
97
switch (
MessageEncoding
)
103
throw ExceptionHelper.PlatformNotSupported(string.Format(SRServiceModel.UnsupportedBindingProperty, "MessageEncoding",
MessageEncoding
));
130
if (
MessageEncoding
== NetHttpMessageEncoding.Mtom)
132
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(string.Format(SRServiceModel.UnsupportedBindingProperty, "MessageEncoding",
MessageEncoding
)));