Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the transport properties for the cache client.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Syntax
public DataCacheTransportProperties TransportProperties { get; set; }
public:
property DataCacheTransportProperties^ TransportProperties {
DataCacheTransportProperties^ get();
void set(DataCacheTransportProperties^ value);
}
member TransportProperties : DataCacheTransportProperties with get, set
Public Property TransportProperties As DataCacheTransportProperties
Property Value
Type: Microsoft.ApplicationServer.Caching.DataCacheTransportProperties
A DataCacheTransportPropertiesobject.
See Also
DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace
Return to top