Click or drag to resize
IfModifiedSince Class
The If-Modified-Since request-header field is used with the Describe and Setup methods to make them conditional. If the requested variant has not been modified since the time specified in this field, a description will not be returned from the server (Describe) or a stream will not be set up (Setup). Instead, a 304 (not modified) response will be returned without any message-body.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspBaseHeader
    StreamCoders.RtspIfModifiedSince

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class IfModifiedSince : BaseHeader

The IfModifiedSince type exposes the following members.

Constructors
  NameDescription
Public methodIfModifiedSince
Constructor.
Top
Properties
  NameDescription
Public propertyHeaderType
Gets or sets the type of the RTSP header.
(Inherited from BaseHeader.)
Public propertyHttpTime
Gets or sets or Sets the HttpTime property.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also