C# Class Microsoft.Protocols.TestSuites.SharedAdapter.FsshttpbCellSubRequest

This class specifies a base class for all the cell sub request.
Inheritance: IFSSHTTPBSerializable
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
FsshttpbCellSubRequest ( ) : System

Initializes a new instance of the FsshttpbCellSubRequest class

Method Details

FsshttpbCellSubRequest() protected méthode

Initializes a new instance of the FsshttpbCellSubRequest class
protected FsshttpbCellSubRequest ( ) : System
Résultat System

SerializeToByteList() public méthode

This method is used to convert the element into a byte List
public SerializeToByteList ( ) : List
Résultat List

ToBytesEnd() public méthode

This method is used to convert the element end into a byte List
public ToBytesEnd ( ) : List
Résultat List