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

Specifies the write access response.
Inheritance: StreamObject
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
WriteAccessResponse ( )

Initializes a new instance of the WriteAccessResponse class.

Protected Methods

Method Description
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

Deserialize items from byte array.

SerializeItemsToByteList ( System byteList ) : int

Serialize items to byte list.

Method Details

DeserializeItemsFromByteArray() protected method

Deserialize items from byte array.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte The byte array which contains response message.
currentIndex int The index special where to start.
lengthOfItems int The length of items.
return void

SerializeItemsToByteList() protected method

Serialize items to byte list.
protected SerializeItemsToByteList ( System byteList ) : int
byteList System The byte list need to serialized.
return int

WriteAccessResponse() public method

Initializes a new instance of the WriteAccessResponse class.
public WriteAccessResponse ( )