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

This class specifies a kind of request.
상속: IFSSHTTPBSerializable
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 프로퍼티들

프로퍼티 타입 설명
UserAgentGuid System.Guid

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

AddSubRequest() 공개 메소드

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

FsshttpbCellRequest() 공개 메소드

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

SerializeToByteList() 공개 메소드

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

ToBase64() 공개 메소드

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

프로퍼티 상세

UserAgentGuid 공개적으로 정적으로 프로퍼티

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