'Declaration
Public Sub RequestX11Forwarding( _
ByVal As String, _
ByVal As Integer, _
ByVal () As Byte, _
ByVal As Boolean _
)
'Usage
Dim instance As Session
Dim hostname As String
Dim port As Integer
Dim cookie() As Byte
Dim singleConnection As Boolean
instance.RequestX11Forwarding(hostname, port, cookie, singleConnection)
public void RequestX11Forwarding(
string ,
int ,
byte[] ,
bool
)
public: void RequestX11Forwarding(
string* ,
int ,
byte[]* ,
bool
)
public:
void RequestX11Forwarding(
String^ ,
int ,
array<byte>^ ,
bool
)