TextWebResponse Class |
Namespace: NScrape
The TextWebResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextWebResponse(Boolean, WebResponseType, HttpWebResponse) |
Initializes a new instance of the TextWebResponse class.
|
![]() | TextWebResponse(Boolean, Uri, WebResponseType, String, Encoding) | Obsolete.
Initializes a new instance of the TextWebResponse class.
|
Name | Description | |
---|---|---|
![]() | Encoding |
Gets the encoding of the text.
|
![]() | ResponseType |
Gets the type of the response.
(Inherited from WebResponse.) |
![]() | ResponseUrl |
Gets the URL of the response.
(Inherited from WebResponse.) |
![]() | Success |
Gets a value indicating whether the response is considered successful.
(Inherited from WebResponse.) |
![]() | Text |
Gets the text.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from WebResponse.) |
![]() | DisposeManagedRessources |
Handles disposal of managed resources.
(Overrides WebResponseDisposeManagedRessources.) |
![]() | DisposeUnmanagedRessources |
Handles disposal of unmanaged resources.
(Inherited from WebResponse.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from WebResponse.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |