adTempus API
ArcanaDevelopment.adTempus.Shared.FileOperations Namespace / ProxySettings Class / ProxyPort Field


In This Topic
    ProxyPort Field
    In This Topic
    The port to use on the proxy server
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ProxyPort As Nullable(Of Integer)
    [DataMember()]
    public Nullable<int> ProxyPort
    [DataMember()]
    public:
    Nullable<int> ProxyPort
    Remarks
    Set to a null reference (Nothing in Visual Basic) to use the default for the service
    See Also