ProtocolToUpdateProcessor Class |
Namespace: VDS.RDF.Update.Protocol
The ProtocolToUpdateProcessor type exposes the following members.
Name | Description | |
---|---|---|
ProtocolToUpdateProcessor |
Creates a new Protocol to Update Processor.
|
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.
(Overrides BaseProtocolProcessorGetGraph(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.
(Overrides BaseProtocolProcessorHasGraph(Uri).) | |
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.
(Inherited from BaseProtocolProcessor.) | |
ParsePayload |
Gets the Graph which can be parsed from the request body.
(Inherited from BaseProtocolProcessor.) | |
ProcessDelete |
Processes a DELETE operation.
(Overrides BaseProtocolProcessorProcessDelete(IHttpContext).) | |
ProcessGet |
Processes a GET operation.
(Overrides BaseProtocolProcessorProcessGet(IHttpContext).) | |
ProcessHead |
Processes a HEAD operation.
(Overrides BaseProtocolProcessorProcessHead(IHttpContext).) | |
ProcessPatch |
Processes a PATCH operation.
(Overrides BaseProtocolProcessorProcessPatch(IHttpContext).) | |
ProcessPost |
Processes a POST operation.
(Overrides BaseProtocolProcessorProcessPost(IHttpContext).) | |
ProcessPostCreate |
Processes a POST operation which adds triples to a new Graph in the Store and returns the URI of the newly created Graph.
(Overrides BaseProtocolProcessorProcessPostCreate(IHttpContext).) | |
ProcessPut |
Processes a PUT operation.
(Overrides BaseProtocolProcessorProcessPut(IHttpContext).) | |
ResolveGraphUri(IHttpContext) |
Gets the Graph URI that the request should affect.
(Inherited from BaseProtocolProcessor.) | |
ResolveGraphUri(IHttpContext, IGraph) |
Gets the Graph URI that the request should affect.
(Inherited from BaseProtocolProcessor.) | |
SendResultsToClient |
Sends the given Graph to the Client via the HTTP Response.
(Inherited from BaseProtocolProcessor.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |