Click or drag to resize
BaseMessageHasMessageContent Property
Gets or sets a value indicating whether this object has content.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual bool HasMessageContent { get; set; }

Property Value

Type: Boolean
true if this object has content, false if not.
See Also