Gets or sets the host name of the proxy host
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string HostName { get; set; } |
| Visual Basic |
|---|
Public Property HostName As String Get Set |
| Visual C++ |
|---|
public: property String^ HostName { String^ get (); void set (String^ value); } |