C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DR_CORE_USER_LOGGEDON

The server announces that it has successfully logged on to the session.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_5.xml
Inheritance: RdpefsPDU
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
RDPDRChannelId ushort

Public Methods

Method Description
DR_CORE_USER_LOGGEDON ( ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

Method Details

DR_CORE_USER_LOGGEDON() public method

public DR_CORE_USER_LOGGEDON ( ) : System
return System

Decode() public method

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
return bool

Encode() public method

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

Property Details

RDPDRChannelId public_oe property

The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
return ushort