Reads a byte array from the settings section.
[Visual Basic]Public Function ReadBytes( _
ByVal name As String _
) As Byte()
[C#]
public byte[] ReadBytes(
string name
);
Parameters
- name
- The key to read from.
Return Value
The array of bytes that corresponds with the specified key, or null
if the specified key was not found in the collection.
See Also
ProxyConfig Class | ProxyConfig Members | Org.Mentalis.Proxy Namespace