X11ForwardingRequestInfo
Represents "x11-req" type channel request information.
            
                
Channel request name.
            
Gets or sets the authentication cookie.
            
Gets the authentication protocol.
            
Gets or sets a value indicating whether it is a single connection.
            
Gets or sets the screen number.
            
public X11ForwardingRequestInfo()
Initializes a new instance of the  X11ForwardingRequestInfo class.
            
public X11ForwardingRequestInfo(bool isSingleConnection, string protocol, byte[] cookie, uint screenNumber)
Initializes a new instance of the  X11ForwardingRequestInfo class.