Listener.GetClientAt Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Listener.GetClientAt Method 

Returns the requested client from the client list.

[Visual Basic]Public Function GetClientAt( _
   ByVal Index As Integer _
) As Org.Mentalis.Proxy.Client
[C#]
public Client GetClientAt(
   int Index
);

Parameters

Index
The index of the requested client.

Return Value

The requested client.

Remarks

If the specified index is invalid, the GetClientAt method returns null.

See Also

Listener Class | Listener Members | Org.Mentalis.Proxy Namespace