C# Class Microsoft.Protocols.TestSuites.Common.WOPIMessageEncoderFactory

This class represents the factory for producing WOPI message encoder.
Inheritance: System.ServiceModel.Channels.MessageEncoderFactory
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
WOPIMessageEncoderFactory ( System.ServiceModel.Channels.MessageVersion messageVersion, string encoding ) : System.ServiceModel.Channels

Initializes a new instance of the WOPIMessageEncoderFactory class with the specified message version and char set version.

Method Details

WOPIMessageEncoderFactory() public method

Initializes a new instance of the WOPIMessageEncoderFactory class with the specified message version and char set version.
public WOPIMessageEncoderFactory ( System.ServiceModel.Channels.MessageVersion messageVersion, string encoding ) : System.ServiceModel.Channels
messageVersion System.ServiceModel.Channels.MessageVersion Specify the message version.
encoding string Specify the encoding type.
return System.ServiceModel.Channels