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

This class specifies a kind of request.
Inheritance: IFSSHTTPBSerializable
Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
UserAgentGuid System.Guid

Private Properties

Property Type Description

Public Methods

Method Description
AddSubRequest ( FsshttpbCellSubRequest subRequest, List dataElement ) : void

Used to add the sub request

FsshttpbCellRequest ( ) : System

Initializes a new instance of the FsshttpbCellRequest class

SerializeToByteList ( ) : List

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

ToBase64 ( ) : string

This method is used to retrieve the Base64 encoding string.

Method Details

AddSubRequest() public method

Used to add the sub request
public AddSubRequest ( FsshttpbCellSubRequest subRequest, List dataElement ) : void
subRequest FsshttpbCellSubRequest Sub request
dataElement List Date elements list
return void

FsshttpbCellRequest() public method

Initializes a new instance of the FsshttpbCellRequest class
public FsshttpbCellRequest ( ) : System
return System

SerializeToByteList() public method

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

ToBase64() public method

This method is used to retrieve the Base64 encoding string.
public ToBase64 ( ) : string
return string

Property Details

UserAgentGuid public static property

This user agent guid is used by the test suite.
public static Guid,System UserAgentGuid
return System.Guid