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

A response message specifies the format used to contain sub-responses matching sub-requests.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DeserializeResponseFromByteArray ( byte byteArray, int startIndex ) : FsshttpbResponse

Deserialize response from byte array.

FsshttpbResponse ( ) : System.Collections.Generic

Initializes a new instance of the FsshttpbResponse class.

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

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

Deserialize response from byte array.
public static DeserializeResponseFromByteArray ( byte byteArray, int startIndex ) : FsshttpbResponse
byteArray byte Server returned message.
startIndex int The index special where start.
Результат FsshttpbResponse

FsshttpbResponse() публичный Метод

Initializes a new instance of the FsshttpbResponse class.
public FsshttpbResponse ( ) : System.Collections.Generic
Результат System.Collections.Generic