DataCacheServerEndpoint.CachePort Property

 

The cache port on the cache server.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public int CachePort { get; }
public:
property int CachePort {
    int get();
}
member CachePort : int with get
Public ReadOnly Property CachePort As Integer

Property Value

Type: System.Int32

A Int32 value that represents the cache port number on the cache server.

Remarks

The cache port number defines the port that is used to transfer cache data. The default port value is 22233.

See Also

DataCacheServerEndpoint Class
Microsoft.ApplicationServer.Caching Namespace

Return to top