Request Class |
[Missing <summary> documentation for "T:CefSharp.Request"]
Namespace: CefSharp
The Request type exposes the following members.
Name | Description | |
---|---|---|
Flags | ||
Headers | ||
Identifier | ||
IsReadOnly | ||
Method | ||
PostData | ||
ReferrerPolicy | ||
ReferrerUrl | ||
ResourceType | ||
TransitionType | ||
Url |
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the Request | |
Dispose(Boolean) | Releases the unmanaged resources used by the Request and optionally releases the managed resources | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHeaderByName | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializePostData | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetHeaderByName | ||
SetReferrer | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GetCharSet |
A convenience extension method that extracts the Character set from
the content-type header. Can be used in conjuncation with GetBody(IPostDataElement, String) (Defined by PostDataExtensions.) |