Gets a list of objects for a JPIP client cache model set request.
public IList<SampleRange> MSetItems { get; }
Public ReadOnly Property MSetItems As IList(Of SampleRange)
public:
property IList<SampleRange^>^ MSetItems {
IList<SampleRange^>^ get();
}
A IList object to inform the server of the set of codestreams for which the client is prepared to cache data.
Use this only with requests within a session: those which include a channel ID.
The field allows the client to inform the server of the codestreams cache information it expects. It also allows the client to know which codestreams the server maintains in its cache model.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET