UrlsManagerHttpGetRequestFunc Delegate

Performs a GET HTTP request using HttpWebRequest to the specified URL.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public delegate HttpStatusCode HttpGetRequestFunc(
	string url,
	Stream responseStream
)

Parameters

url  String
Url to perform request to.
responseStream  Stream
Stream the response from server is written to.

Return Value

HttpStatusCode
HttpStatusCode of the response.

See Also