ProxyConfig.ReadString Method (String)

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ProxyConfig.ReadString Method (String)

Reads a string from the settings section.

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

Parameters

name
The key to read from.

Return Value

The string value that corresponds with the specified key, or an empty string if the specified key was not found in the collection.

See Also

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