DataCacheTransportProperties Class
Updated: July 13, 2011
Specifies the transport settings for a cache client.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Name | Description | |
|---|---|---|
![]() | DataCacheTransportProperties() | Creates a new instance of the DataCacheTransportProperties class. |
| Name | Description | |
|---|---|---|
![]() | ChannelInitializationTimeout | Gets or sets the length of time to wait for a WCF channel initialization before timing out. |
![]() | ConnectionBufferSize | Gets or sets the size of the receive buffers used by transport channels. |
![]() | MaxBufferPoolSize | Gets or sets the maximum buffer pool size used by the WCF buffer manager. |
![]() | MaxBufferSize | Gets or sets the maximum buffer size. |
![]() | MaxOutputDelay | Gets or sets the maximum length of time to wait before requests are batched and sent to the client. |
![]() | ReceiveTimeout | Gets or sets the length of time to wait for a request before aborting the channel. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a copy of the current DataCacheTransportProperties object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
To use this class, assign an instance of it to the TransportProperties property of the DataCacheFactoryConfiguration class.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


