adTempus API
ArcanaDevelopment.adTempus.Client Namespace / MessagingServiceProvider Class / ServerPort Property


In This Topic
    ServerPort Property
    In This Topic
    The port number to connect to
    Syntax
    'Declaration
     
    
    Public Property ServerPort As Integer
    public int ServerPort {get; set;}
    public:
    property int ServerPort {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 to use the default for the service type
    See Also