DataCacheFactoryConfiguration::TransportProperties Property

 

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)

public:
property DataCacheTransportProperties^ TransportProperties {
	DataCacheTransportProperties^ get();
	void set(DataCacheTransportProperties^ value);
}
Return to top
Show: