Click or drag to resize

IOClientReadAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.IO.IOClient.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Namespace:  CefSharp.DevTools.IO
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<ReadResponse> ReadAsync(
	string handle,
	Nullable<int> offset = null,
	Nullable<int> size = null
)

Parameters

handle
Type: SystemString

[Missing <param name="handle"/> documentation for "M:CefSharp.DevTools.IO.IOClient.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

offset (Optional)
Type: SystemNullableInt32

[Missing <param name="offset"/> documentation for "M:CefSharp.DevTools.IO.IOClient.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

size (Optional)
Type: SystemNullableInt32

[Missing <param name="size"/> documentation for "M:CefSharp.DevTools.IO.IOClient.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Return Value

Type: TaskReadResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.IO.IOClient.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also