DataCacheTransportProperties Class

 

Specifies the transport settings for a cache client.

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

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationServer.Caching.DataCacheTransportProperties

Syntax

public class DataCacheTransportProperties : ICloneable
public ref class DataCacheTransportProperties : ICloneable
type DataCacheTransportProperties = 
    class
        interface ICloneable
    end
Public Class DataCacheTransportProperties
    Implements ICloneable

Constructors

Name Description
System_CAPS_pubmethod DataCacheTransportProperties()

Creates a new instance of the DataCacheTransportProperties class.

Properties

Name Description
System_CAPS_pubproperty ChannelInitializationTimeout

Gets or sets the length of time to wait for a WCF channel initialization before timing out.

System_CAPS_pubproperty ConnectionBufferSize

Gets or sets the size of the receive buffers used by transport channels.

System_CAPS_pubproperty MaxBufferPoolSize

Gets or sets the maximum buffer pool size used by the WCF buffer manager.

System_CAPS_pubproperty MaxBufferSize

Gets or sets the maximum buffer size.

System_CAPS_pubproperty MaxOutputDelay

Gets or sets the maximum length of time to wait before requests are batched and sent to the client.

System_CAPS_pubproperty ReceiveTimeout

Gets or sets the length of time to wait for a request before aborting the channel.

Methods

Name Description
System_CAPS_pubmethod Clone()

Creates a copy of the current DataCacheTransportProperties object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

To use this class, assign an instance of it to the TransportProperties property of the DataCacheFactoryConfiguration class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top