BaseProtocolProcessor Class |
Namespace: VDS.RDF.Update.Protocol
The BaseProtocolProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseProtocolProcessor | Initializes a new instance of the BaseProtocolProcessor class |
| 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.) | |
| GetGraph |
Retrieves the Graph with the given URI.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasGraph |
Determines whether a Graph with the given URI exists.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MintGraphUri |
Generates a new Graph URI that should be used to create a new Graph in the Store in conjunction with the ProcessPostCreate() operation.
| |
| ParsePayload |
Gets the Graph which can be parsed from the request body.
| |
| ProcessDelete |
Processes a DELETE operation.
| |
| ProcessGet |
Processes a GET operation.
| |
| ProcessHead |
Processes a HEAD operation.
| |
| ProcessPatch |
Processes a PATCH operation.
| |
| ProcessPost |
Processes a POST operation.
| |
| ProcessPostCreate |
Processes a POST operation which adds triples to a new Graph in the Store and returns the URI of the newly created Graph.
| |
| ProcessPut |
Processes a PUT operation.
| |
| ResolveGraphUri(IHttpContext) |
Gets the Graph URI that the request should affect.
| |
| ResolveGraphUri(IHttpContext, IGraph) |
Gets the Graph URI that the request should affect.
| |
| SendResultsToClient |
Sends the given Graph to the Client via the HTTP Response.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DefaultParameterPattern |
This is the Pattern that is used to check whether ?default is present in the querystring. This is needed since IIS does not recognise ?default as being a valid querystring key unless it ends in a = which the specification does not mandate so cannot be assumed.
|