SIFWorks ADK 2.0
PushPort Property
NamespacesEdustructures.SifWorksHttpPropertiesPushPort

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

Gets or Sets the port that push-mode agents will use when sending a SIF_Register message to the zone integration server, if different than the port 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 Port property to prepare this element.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int PushPort{ get; set;}
Public Overridable Property PushPort As Integer
public:
virtual property int PushPort {
	int get ();
	void set (int value);
}
Value
The port to be used in the SIF_Register/SIF_Protocol/SIF_URL element or -1 if not initialized @since Adk 1.5

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