finish


Description:

public void finish (InputStream stream, int64 stream_length, string? content_type)

Finish a URISchemeRequest by setting the contents of the request and its mime type.

Parameters:

this

a URISchemeRequest

stream

a InputStream to read the contents of the request

stream_length

the length of the stream or -1 if not known

content_type

the content type of the stream or null if not known