Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <DescriptionAttribute("The client port used with the NotificationService when using http - Applicable to Client only")> <XmlAttributeAttribute("clientPort")> Public Property ClientPort As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NotificationServiceElement Dim value As Integer instance.ClientPort = value value = instance.ClientPort |
C# | |
---|---|
[DefaultValueAttribute()] [DescriptionAttribute("The client port used with the NotificationService when using http - Applicable to Client only")] [XmlAttributeAttribute("clientPort")] public int ClientPort {get; set;} |
C++/CLI | |
---|---|
[DefaultValueAttribute()] [DescriptionAttribute("The client port used with the NotificationService when using http - Applicable to Client only")] [XmlAttributeAttribute("clientPort")] public: property int ClientPort { int get(); void set ( int value); } |
When using an http channel to the NotificationService a client port number must be specified. This is the port the server will use in sending messages back to the client. You need to ensure that you open the port in your firewall software.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family