RequestMessage

RequestMessage(String)

Initializes a new instance of the RequestMessage class.

public RequestMessage(String address)
ParameterTypeDescription
addressStringThe request address.

See Also


RequestMessage(Url)

Initializes a new instance of the RequestMessage class.

public RequestMessage(Url uri)
ParameterTypeDescription
uriUrlThe request URL.

See Also