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

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

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
FsshttpbCellSubRequest ( ) : System

Initializes a new instance of the FsshttpbCellSubRequest class

Method Details

FsshttpbCellSubRequest() protected method

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

SerializeToByteList() public method

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

ToBytesEnd() public method

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