C# 클래스 Microsoft.Protocols.TestSuites.Common.WOPIMessageEncoderFactory

This class represents the factory for producing WOPI message encoder.
상속: System.ServiceModel.Channels.MessageEncoderFactory
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

WOPIMessageEncoderFactory() 공개 메소드

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.
리턴 System.ServiceModel.Channels