- Namespace
- NetlifySharp
.Operations - Base Types
-
- object
- Operation
<TThis>
- Derived Types
graph TD
Base0["Operation<TThis>"]-->Type
click Base0 "/api/NetlifySharp.Operations/Operation_1"
Base1["object"]-->Base0
Type["VoidOperation<TThis>"]
class Type type-node
Type-->Derived0["DeleteSite"]
click Derived0 "/api/NetlifySharp.Operations.Sites/DeleteSite"
Syntax
public abstract class VoidOperation<TThis> : Operation<TThis> where TThis : VoidOperation<TThis>
Type Parameters
Name | Description |
---|---|
TThis |
Constructors
Name | Summary |
---|---|
VoidOperation |
Properties
Name | Value | Summary |
---|---|---|
Body | object |
Inherited from Operation
|
Client | NetlifyClient |
Inherited from Operation
|
Endpoint | Endpoint |
Inherited from Operation
|
Method | HttpMethod |
Inherited from Operation
|
Query | IDictionary |
Inherited from Operation
|
RequestHandler | Action |
Inherited from Operation
|
ResponseHandler | Action |
Inherited from Operation
|
Methods
Name | Value | Summary |
---|---|---|
GetRequest |
HttpRequestMessage |
Inherited from Operation
|
GetResponseAsync |
Task |
Inherited from Operation
|
ProcessResponseAsync |
Task |
Inherited from Operation
|
Read |
Task |
Inherited from Operation
|
ReadResponseAsync |
Task |
Inherited from Operation
|
SendAsync |
Task | |
WithRequestHandler |
TThis |
Inherited from Operation
|
WithResponseHandler |
TThis |
Inherited from Operation
|