WebRequestPSCmdlet.TransferEncoding Property

Definition

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

Applies to