Share via


DataCacheServerEndpoint.CachePort Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The cache port on the cache server.

Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)

Syntax

'Declaration
Public ReadOnly Property CachePort As Integer
'Usage
Dim instance As DataCacheServerEndpoint
Dim value As Integer

value = instance.CachePort
public int CachePort { get; }
public:
property int CachePort {
    int get ();
}
/** @property */
public int get_CachePort ()
public function get CachePort () : int

Property Value

A System.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. It is defined at installation time, but may be reconfigured with the PowerShell cache administration tool. For more information, see Cache Administration with PowerShell (Velocity).

The cache server is the physical computer where the cache host service is installed. The cache client may be configured programmatically or with the application configuration file. For more information, see Configuration (Velocity).

See Also

Reference

DataCacheServerEndpoint Class
DataCacheServerEndpoint Members
Microsoft.Data.Caching Namespace