ScriptPluginWebRequest Public class
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Plugin.Script
IW4MAdmin.Application.Plugin.Script.ScriptPluginWebRequest[[ScriptPluginWebRequest]]
end
subgraph System
System.IEquatable_1[[IEquatable]]
end
System.IEquatable_1 --> IW4MAdmin.Application.Plugin.Script.ScriptPluginWebRequest
Loading
Type |
Name |
Methods |
object |
Body |
get, init |
string |
ContentType |
get, init |
Dictionary <string , string > |
Headers |
get, init |
string |
Method |
get, init |
string |
Url |
get, init |
ScriptPluginWebRequest [1/2]
Source code
public ScriptPluginWebRequest(string Url, object Body, string Method, string ContentType, Dictionary<string, string> Headers)
Type |
Name |
Description |
string |
Url |
|
object |
Body |
|
string |
Method |
|
string |
ContentType |
|
Dictionary <string , string > |
Headers |
|
ScriptPluginWebRequest [2/2]
Source code
protected ScriptPluginWebRequest(ScriptPluginWebRequest original)
Source code
public override string ToString()
Source code
protected virtual bool PrintMembers(StringBuilder builder)
Type |
Name |
Description |
StringBuilder |
builder |
|
Source code
public static bool operator !=(ScriptPluginWebRequest left, ScriptPluginWebRequest right)
Source code
public static bool operator ==(ScriptPluginWebRequest left, ScriptPluginWebRequest right)
Source code
public override int GetHashCode()
Source code
public override bool Equals(object obj)
Type |
Name |
Description |
object |
obj |
|
Source code
public virtual bool Equals(ScriptPluginWebRequest other)
Source code
public virtual ScriptPluginWebRequest <Clone>$()
Source code
public void Deconstruct(out string Url, out object Body, out string Method, out string ContentType, out Dictionary<string, string> Headers)
Type |
Name |
Description |
out string
|
Url |
|
out object
|
Body |
|
out string
|
Method |
|
out string
|
ContentType |
|
out Dictionary <string , string > |
Headers |
|
protected virtual Type EqualityContract { get; }
public string Url { get; init; }
public object Body { get; init; }
public string Method { get; init; }
public string ContentType { get; init; }
Headers
public Dictionary<string, string> Headers { get; init; }
Generated with ModularDoc