ProxyConfig.ReadInt Method (String)

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ProxyConfig.ReadInt Method (String)

Reads an integer from the settings section.

[Visual Basic]Overloads Public Function ReadInt( _
   ByVal name As String _
) As Integer
[C#]
public int ReadInt(
   string name
);

Parameters

name
The key to read from.

Return Value

The integer that corresponds with the specified key, or 0 if the specified key was not found in the collection.

See Also

ProxyConfig Class | ProxyConfig Members | Org.Mentalis.Proxy Namespace | ProxyConfig.ReadInt Overload List