Click or drag to resize

Response Class

Version 130.1.90
HTTP response data.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.NetworkResponse

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class Response : DevToolsDomainEntityBase

The Response type exposes the following members.

Constructors
 NameDescription
Public methodResponseInitializes a new instance of the Response class
Top
Properties
 NameDescription
Public propertyAlternateProtocolUsage The reason why Chrome uses a specific transport protocol for HTTP semantics.
Public propertyCacheStorageCacheName Cache Storage Cache Name.
Public propertyCharset Resource charset as determined by the browser (if applicable).
Public propertyConnectionId Physical connection id that was actually used for this request.
Public propertyConnectionReused Specifies whether physical connection was actually reused for this request.
Public propertyEncodedDataLength Total number of bytes received for this request so far.
Public propertyFromDiskCache Specifies that the request was served from the disk cache.
Public propertyFromEarlyHints Specifies that the request was served from the prefetch cache.
Public propertyFromPrefetchCache Specifies that the request was served from the prefetch cache.
Public propertyFromServiceWorker Specifies that the request was served from the ServiceWorker.
Public propertyHeaders HTTP response headers.
Public propertyHeadersText HTTP response headers text. This has been replaced by the headers in Network.responseReceivedExtraInfo.
Public propertyMimeType Resource mimeType as determined by the browser.
Public propertyProtocol Protocol used to fetch this request.
Public propertyRemoteIPAddress Remote IP address.
Public propertyRemotePort Remote port.
Public propertyRequestHeaders Refined HTTP request headers that were actually transmitted over the network.
Public propertyRequestHeadersText HTTP request headers text. This has been replaced by the headers in Network.requestWillBeSentExtraInfo.
Public propertyResponseTime The time at which the returned response was generated.
Public propertySecurityDetails Security details for the request.
Public propertySecurityState Security state of the request resource.
Public propertyServiceWorkerResponseSource Response source of response from ServiceWorker.
Public propertyServiceWorkerRouterInfo Information about how ServiceWorker Static Router API was used. If this field is set with `matchedSourceType` field, a matching rule is found. If this field is set without `matchedSource`, no matching rule is found. Otherwise, the API is not used.
Public propertyStatus HTTP response status code.
Public propertyStatusText HTTP response status text.
Public propertyTiming Timing information for the given request.
Public propertyUrl Response URL. This URL can be different from CachedResource.url in case of redirect.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also