Moonware.Common
ImagePostMode Property



Gets or sets the method of the HTTP request to access the live image.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property ImagePostMode As HTTPEnumType
'Usage
 
Dim instance As TemplateVideoPreset
Dim value As HTTPEnumType
 
instance.ImagePostMode = value
 
value = instance.ImagePostMode
[DataMemberAttribute()]
public HTTPEnumType ImagePostMode {get; set;}
[DataMemberAttribute()]
public:
property HTTPEnumType ImagePostMode {
   HTTPEnumType get();
   void set (    HTTPEnumType value);
}

Property Value

HTTP method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TemplateVideoPreset Class
TemplateVideoPreset Members

Send Feedback