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