Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpelePdu.RdpelePdu C# (CSharp) Method

RdpelePdu() public method

The constructor of the class.
public RdpelePdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
return System
        public RdpelePdu(RdpbcgrClientContext clientContext)
            : base(clientContext)
        {
        }