Moonware.Common
PostMode Property



Gets or sets the method of the HTTP request to access the live sound.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property PostMode As HTTPEnumType
'Usage
 
Dim instance As TemplateAudioPreset
Dim value As HTTPEnumType
 
instance.PostMode = value
 
value = instance.PostMode
[DataMemberAttribute()]
public HTTPEnumType PostMode {get; set;}
[DataMemberAttribute()]
public:
property HTTPEnumType PostMode {
   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

TemplateAudioPreset Class
TemplateAudioPreset Members

Send Feedback