RemoteDocument Class |
Namespace: VDS.RDF.JsonLd
The RemoteDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | RemoteDocument | Initializes a new instance of the RemoteDocument class |
Name | Description | |
---|---|---|
![]() | ContextUrl |
If available, the value of the HTTP Link Header [RFC5988] using the http://www.w3.org/ns/json-ld#context link relation in the response.
|
![]() | Document |
The retrieved document. This can either be the raw payload or the already parsed document.
|
![]() | DocumentUrl |
The final URL of the loaded document. This is important to handle HTTP redirects properly.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (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 Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |