| IfModifiedSinceHttpTime Property  | 
                Gets or sets or Sets the HttpTime property.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic DateTime HttpTime { get; set; }Public Property HttpTime As DateTime
	Get
	Set
public:
property DateTime HttpTime {
	DateTime get ();
	void set (DateTime value);
}member HttpTime : DateTime with get, set
Property Value
Type: 
DateTime
                The time field of the If-Modified-Since header.
            
See Also