RequestMessage constructor
init
Initializes a new instance of the RequestMessage class.
def __init__(self, address):
...
| Parameter | Type | Description |
|---|---|---|
| address | str | The request address. |
init
Initializes a new instance of the RequestMessage class.
def __init__(self, uri):
...
| Parameter | Type | Description |
|---|---|---|
| uri | Url | The request URL. |
See Also
- module
aspose.svg.net - class
RequestMessage