Click or drag to resize

FetchClientFulfillRequestAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.FulfillRequestAsync(System.String,System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.Fetch.HeaderEntry},System.Byte[],System.Byte[],System.String)"]

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> FulfillRequestAsync(
	string requestId,
	int responseCode,
	IList<HeaderEntry> responseHeaders = null,
	byte[] binaryResponseHeaders = null,
	byte[] body = null,
	string responsePhrase = null
)

Parameters

requestId
Type: SystemString

[Missing <param name="requestId"/> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.FulfillRequestAsync(System.String,System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.Fetch.HeaderEntry},System.Byte[],System.Byte[],System.String)"]

responseCode
Type: SystemInt32

[Missing <param name="responseCode"/> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.FulfillRequestAsync(System.String,System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.Fetch.HeaderEntry},System.Byte[],System.Byte[],System.String)"]

responseHeaders (Optional)
Type: System.Collections.GenericIListHeaderEntry

[Missing <param name="responseHeaders"/> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.FulfillRequestAsync(System.String,System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.Fetch.HeaderEntry},System.Byte[],System.Byte[],System.String)"]

binaryResponseHeaders (Optional)
Type: SystemByte

[Missing <param name="binaryResponseHeaders"/> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.FulfillRequestAsync(System.String,System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.Fetch.HeaderEntry},System.Byte[],System.Byte[],System.String)"]

body (Optional)
Type: SystemByte

[Missing <param name="body"/> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.FulfillRequestAsync(System.String,System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.Fetch.HeaderEntry},System.Byte[],System.Byte[],System.String)"]

responsePhrase (Optional)
Type: SystemString

[Missing <param name="responsePhrase"/> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.FulfillRequestAsync(System.String,System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.Fetch.HeaderEntry},System.Byte[],System.Byte[],System.String)"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.FulfillRequestAsync(System.String,System.Int32,System.Collections.Generic.IList{CefSharp.DevTools.Fetch.HeaderEntry},System.Byte[],System.Byte[],System.String)"]

See Also