Class UrlWasmSource
Wasm Source represented by a file referenced by a path.
public class UrlWasmSource : WasmSource
- Inheritance
-
UrlWasmSource
- Inherited Members
Constructors
UrlWasmSource(string, string?, string?)
Constructor
public UrlWasmSource(string url, string? name = null, string? hash = null)
Parameters
UrlWasmSource(Uri, string?, string?)
Constructor
public UrlWasmSource(Uri url, string? name = null, string? hash = null)
Parameters
Properties
Headers
HTTP headers
[JsonPropertyName("headers")]
public Dictionary<string, string> Headers { get; set; }
Property Value
Method
HTTP Method
[JsonPropertyName("method")]
public HttpMethod? Method { get; set; }
Property Value
Url
Uri to wasm plugin.
[JsonPropertyName("url")]
public Uri Url { get; set; }