Click or drag to resize

DataStream Properties

The DataStream type exposes the following members.

Properties
  NameDescription
Public propertyCanonicalName
Gets or sets the canonical name.
(Inherited from Stream.)
Public propertyChannels
Gets the channels.
(Overrides DataStreamBaseTDataChannelChannels.)
Public propertyDirection
Gets the current direction.
(Inherited from DataStreamBaseTDataChannel.)
Public propertyDisabled
Gets or sets a value indicating whether this stream is disabled.
(Inherited from Stream.)
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyEncryptionMode
Gets or sets the encryption mode.
(Inherited from Stream.)
Public propertyEncryptionModes
Gets or sets the encryption modes.
(Inherited from Stream.)
Public propertyEncryptionPolicy
Gets or sets a value indicating Encryption Policy
(Inherited from Stream.)
Public propertyId
Gets or sets the identifier.
(Inherited from StreamBase.)
Public propertyIndex
Gets the index.
(Inherited from Stream.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLabel
Gets a label that identifies this class.
(Inherited from DataStreamBaseTDataChannel.)
Public propertyLocalDirection
Gets or sets the current direction.
(Inherited from DataStreamBaseTDataChannel.)
Public propertyLocalIceParameters
Gets or sets the local ICE parameters.
(Inherited from Stream.)
Public propertyLocalReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
(Inherited from StreamBase.)
Public propertyLocalSend
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
(Inherited from StreamBase.)
Public propertyRemoteDirection
Gets or sets the current direction.
(Inherited from DataStreamBaseTDataChannel.)
Public propertyRemoteIceParameters
Gets the remote ICE parameters.
(Inherited from Stream.)
Public propertyRemoteReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from StreamBase.)
Public propertyRemoteSend
Gets a value indicating whether sending media is supported by the remote peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from StreamBase.)
Public propertySctpPort
Gets the SCTP port.
Public propertySdesPolicy
Gets or sets Sdes policy for stream.
(Inherited from Stream.)
Public propertyTag
Gets or sets an optional tag to identify this instance.
(Inherited from StreamBase.)
Public propertyType
Gets or sets the type.
(Inherited from StreamBase.)
Public propertyUseDtls
Gets or sets a value indicating whether DTLS encryption is in use for this stream.
(Inherited from Stream.)
Public propertyUseSdes
Gets or sets a value indicating whether SDES encryption is in use for this stream.
(Overrides StreamUseSdes.)
Top
See Also