Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

WebClient

Instance members

Instance memberDescription
x.AllowReadStreamBuffering()
Signature: unit -> unit
Attributes:
[<Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
[<EditorBrowsable(1)>]
OBSOLETE

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

x.AllowWriteStreamBuffering()
Signature: unit -> unit
Attributes:
[<Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
[<EditorBrowsable(1)>]
OBSOLETE

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

x.BaseAddress()
Signature: unit -> unit
x.CachePolicy()
Signature: unit -> unit
x.Credentials()
Signature: unit -> unit
x.DownloadDataCompleted
Signature: IEvent<DownloadDataCompletedEventHandler,DownloadDataCompletedEventArgs>
x.DownloadFileCompleted
Signature: IEvent<AsyncCompletedEventHandler,AsyncCompletedEventArgs>
x.DownloadProgressChanged
Signature: IEvent<DownloadProgressChangedEventHandler,DownloadProgressChangedEventArgs>
x.DownloadStringCompleted
Signature: IEvent<DownloadStringCompletedEventHandler,DownloadStringCompletedEventArgs>
x.Encoding()
Signature: unit -> unit
x.Headers()
Signature: unit -> unit
x.IsBusy
Signature: bool
x.OpenReadCompleted
Signature: IEvent<OpenReadCompletedEventHandler,OpenReadCompletedEventArgs>
x.OpenWriteCompleted
Signature: IEvent<OpenWriteCompletedEventHandler,OpenWriteCompletedEventArgs>
x.Proxy()
Signature: unit -> unit
x.QueryString()
Signature: unit -> unit
x.ResponseHeaders
Signature: WebHeaderCollection
x.UploadDataCompleted
Signature: IEvent<UploadDataCompletedEventHandler,UploadDataCompletedEventArgs>
x.UploadFileCompleted
Signature: IEvent<UploadFileCompletedEventHandler,UploadFileCompletedEventArgs>
x.UploadProgressChanged
Signature: IEvent<UploadProgressChangedEventHandler,UploadProgressChangedEventArgs>
x.UploadStringCompleted
Signature: IEvent<UploadStringCompletedEventHandler,UploadStringCompletedEventArgs>
x.UploadValuesCompleted
Signature: IEvent<UploadValuesCompletedEventHandler,UploadValuesCompletedEventArgs>
x.UseDefaultCredentials()
Signature: unit -> unit
x.WriteStreamClosed
Signature: IEvent<WriteStreamClosedEventHandler,WriteStreamClosedEventArgs>
Attributes:
[<Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
[<EditorBrowsable(1)>]
OBSOLETE

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.