C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.FsshttpbCellSubRequest

This class specifies a base class for all the cell sub request.
상속: IFSSHTTPBSerializable
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SerializeToByteList ( ) : List

This method is used to convert the element into a byte List

ToBytesEnd ( ) : List

This method is used to convert the element end into a byte List

보호된 메소드들

메소드 설명
FsshttpbCellSubRequest ( ) : System

Initializes a new instance of the FsshttpbCellSubRequest class

메소드 상세

FsshttpbCellSubRequest() 보호된 메소드

Initializes a new instance of the FsshttpbCellSubRequest class
protected FsshttpbCellSubRequest ( ) : System
리턴 System

SerializeToByteList() 공개 메소드

This method is used to convert the element into a byte List
public SerializeToByteList ( ) : List
리턴 List

ToBytesEnd() 공개 메소드

This method is used to convert the element end into a byte List
public ToBytesEnd ( ) : List
리턴 List