C# Класс Microsoft.Protocols.TestSuites.SharedAdapter.EditorsTableUtils

This method is used to extract EditorsTable from the MS-FSSHTTPB binary response.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
EditorsTableHeader byte[]

Открытые методы

Метод Описание
GetEditorsTable ( string responseXml ) : EditorsTable

Get EditorsTable from response xml.

GetEditorsTableFromResponse ( FsshttpbResponse subResponse, ITestSite site ) : EditorsTable

Get EditorsTable from server response.

IsEditorsTableHeader ( byte content ) : bool

This method is used to test whether it is an editors table header.

Приватные методы

Метод Описание
GetEditor ( XmlNode node ) : Editor

Get Editor instance from XmlNode.

Описание методов

GetEditorsTable() публичный статический Метод

Get EditorsTable from response xml.
public static GetEditorsTable ( string responseXml ) : EditorsTable
responseXml string The response xml about EditorsTable.
Результат EditorsTable

GetEditorsTableFromResponse() публичный статический Метод

Get EditorsTable from server response.
public static GetEditorsTableFromResponse ( FsshttpbResponse subResponse, ITestSite site ) : EditorsTable
subResponse FsshttpbResponse The sub response from server.
site ITestSite Transfer ITestSite into this operation, for this operation to use ITestSite's function.
Результат EditorsTable

IsEditorsTableHeader() публичный статический Метод

This method is used to test whether it is an editors table header.
public static IsEditorsTableHeader ( byte content ) : bool
content byte Specify the header content.
Результат bool

Описание свойств

EditorsTableHeader публичное статическое свойство

Static field for the editors table header byte content.
public static byte[] EditorsTableHeader
Результат byte[]