X11ForwardingRequestInfo class X11ForwardingRequestInfo : RequestInfo Documentation public const string NAME = "x11-req" public byte[] AuthenticationCookie { get; set; } public string AuthenticationProtocol { get; set; } public bool IsSingleConnection { get; set; } public uint ScreenNumber { get; set; } public X11ForwardingRequestInfo() public X11ForwardingRequestInfo(bool isSingleConnection, string protocol, byte[] cookie, uint screenNumber)