IdeaBlade DevForce 2010 Help Reference
ClientPort Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > NotificationServiceElement Class : ClientPort Property



Gets or sets the client port used with the NotificationService when using Http - applicable to Client only.

Syntax

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)Copy Code
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);
}

Remarks

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.

Requirements

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

See Also

© 2013 All Rights Reserved.