Click or drag to resize
StreamingSettings Properties

The StreamingSettings type exposes the following members.

Properties
  Name Description
Public property BufferSize
Streaming buffer size
Public property Comparer (Inherited from DictionaryString, String.)
Public property Count (Inherited from DictionaryString, String.)
Public property Item
Gets or sets the value associated with the specified key.
(Inherited from DictionaryString, String.)
Public property Keys (Inherited from DictionaryString, String.)
Public property Values (Inherited from DictionaryString, String.)
Top
Explicit Interface Implementations
  Name Description
Explicit interface implementation Private property IDictionaryIsFixedSize
Gets a value indicating whether the IDictionary has a fixed size.
(Inherited from DictionaryString, String.)
Explicit interface implementation Private property ICollectionKeyValuePairTKey, TValueIsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from DictionaryString, String.)
Explicit interface implementation Private property IDictionaryIsReadOnly
Gets a value indicating whether the IDictionary is read-only.
(Inherited from DictionaryString, String.)
Explicit interface implementation Private property ICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from DictionaryString, String.)
Explicit interface implementation Private property IDictionaryItem
Gets or sets the value with the specified key.
(Inherited from DictionaryString, String.)
Explicit interface implementation Private property IDictionaryTKey, TValueKeys (Inherited from DictionaryString, String.)
Explicit interface implementation Private property IReadOnlyDictionaryTKey, TValueKeys (Inherited from DictionaryString, String.)
Explicit interface implementation Private property IDictionaryKeys
Gets an ICollection containing the keys of the IDictionary.
(Inherited from DictionaryString, String.)
Explicit interface implementation Private property ICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from DictionaryString, String.)
Explicit interface implementation Private property IDictionaryTKey, TValueValues (Inherited from DictionaryString, String.)
Explicit interface implementation Private property IReadOnlyDictionaryTKey, TValueValues (Inherited from DictionaryString, String.)
Explicit interface implementation Private property IDictionaryValues
Gets an ICollection containing the values in the IDictionary.
(Inherited from DictionaryString, String.)
Top
See Also