MessageTypeMapping Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of a MessageTypeMapping class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
MessageTypeMapping() | Initializes a new instance of the MessageTypeMapping class. | |
MessageTypeMapping(ServiceContract, String) | Initializes a new instance of the MessageTypeMapping class for the specified contract and with the specified name. | |
MessageTypeMapping(ServiceContract, String, MessageSource) | Initializes a new instance of the MessageTypeMapping class for the specified contract and with the specified name and message source. |
Top