WebRequestPSCmdlet.TransferEncoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the TransferEncoding property.
public:
virtual property System::String ^ TransferEncoding { System::String ^ get(); void set(System::String ^ value); };
public:
virtual property Platform::String ^ TransferEncoding { Platform::String ^ get(); void set(Platform::String ^ value); };
public virtual string TransferEncoding { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateSet(new System.String[] { "chunked", "compress", "deflate", "gzip", "identity" }, IgnoreCase=true)]
public virtual string TransferEncoding { get; set; }
member this.TransferEncoding : string with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateSet(new System.String[] { "chunked", "compress", "deflate", "gzip", "identity" }, IgnoreCase=true)>]
member this.TransferEncoding : string with get, set
Public Overridable Property TransferEncoding As String
Property Value
- Attributes