WrappingServiceRemotingDataContractSerializationProvider.CreateRemotingResponseMessageBodyDataContractSerializer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the settings used to create DataContractSerializer for serializing and de-serializing request message body.
protected virtual System.Runtime.Serialization.DataContractSerializer CreateRemotingResponseMessageBodyDataContractSerializer (Type remotingResponseType, System.Collections.Generic.IEnumerable<Type> knownTypes);
abstract member CreateRemotingResponseMessageBodyDataContractSerializer : Type * seq<Type> -> System.Runtime.Serialization.DataContractSerializer
override this.CreateRemotingResponseMessageBodyDataContractSerializer : Type * seq<Type> -> System.Runtime.Serialization.DataContractSerializer
Protected Overridable Function CreateRemotingResponseMessageBodyDataContractSerializer (remotingResponseType As Type, knownTypes As IEnumerable(Of Type)) As DataContractSerializer
Parameters
- remotingResponseType
- Type
Remoting ResponseMessage Type
- knownTypes
- IEnumerable<Type>
The return types of all of the methods of the specified interface.
Returns
DataContractSerializerSettings for serializing and de-serializing request message body.