  | ManagerConnectionHostname Property  | 
 Sets the hostname of the asterisk server to connect to.
            Default is localhost.
            
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Hostname { get; set; }Public Property Hostname As String
	Get
	Set
public:
property String^ Hostname {
	String^ get ();
	void set (String^ value);
}member Hostname : string with get, set
Property Value
Type: 
String
See Also