3 references to CreateMessage
System.ServiceModel (3)
System\ServiceModel\ActionNotSupportedException.cs (1)
25return System.ServiceModel.Channels.Message.CreateMessage(
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
1192Message fault = Message.CreateMessage(this.messageVersion, code, reason, action); 1204Message fault = Message.CreateMessage(this.messageVersion, code, reason, action);