SIFWorks ADK 2.0
PushHost Property
NamespacesEdustructures.SifWorksHttpPropertiesPushHost

[This is preliminary documentation and is subject to change.]

Gets or sets the hostname that push-mode agents will use when sending a SIF_Register message to the zone integration server, if different than the hostname the agent binds on when establishing the local socket. If set this value will be used in preparing the SIF_Register/SIF_Protocol/SIF_URL. If not set, the Adk will use the Host property to prepare this element. Most agents do not call this method. It is only needed when the network configuration demands the hostname and port the ZIS uses to contact the agent is different than the local socket the agent binds on.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string PushHost{ get; set;}
Public Overridable Property PushHost As String
public:
virtual property String^ PushHost {
	String^ get ();
	void set (String^ value);
}
Value
The hostname to be used in the SIF_Register/SIF_Protocol/SIF_URL element or null if not initialized @since Adk 1.5

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10