2 references to CreateMessage
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ActionNotSupportedException.cs (1)
21
return System.ServiceModel.Channels.Message.
CreateMessage
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
861
Message fault = Message.
CreateMessage
(_messageVersion, code, reason, action);