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