See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
ProxyInfo Structure

Proxy settings to use to connect to a web site.

C#
[Serializable]
public struct ProxyInfo {
  public String ProxyUrl;
  public int ProxyPort;
  public bool HaveData;
}
Visual Basic
<Serializable>
Public Structure ProxyInfo
  Public ProxyUrl As String
  Public ProxyPort As Integer
  Public HaveData As bool
End Structure
See Also
You are here: dtSearch::Spider Namespace > ProxyInfo Structure
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.