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