C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.UpdateSessionKeyPdu

A type of PDU to indicate the session key should be updated.
Inheritance: StackPacket
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Methods

Method Description
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Method Details

Clone() public method

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
return StackPacket

ToBytes() public method

Encode this structure into byte array.
public ToBytes ( ) : byte[]
return byte[]