ApiClientGet(String, Stream) Method
Performs a GET HTTP request using
HttpWebRequest to the specified URL.
Namespace: SMath.Manager.NetworkAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static HttpStatusCode Get(
string url,
Stream responseStream
)
Public Shared Function Get (
url As String,
responseStream As Stream
) As HttpStatusCode
public:
static HttpStatusCode Get(
String^ url,
Stream^ responseStream
)
static member Get :
url : string *
responseStream : Stream -> HttpStatusCode
- url String
- Url to perform request to.
- responseStream Stream
- Stream the response from server is written to.
HttpStatusCodeHttpStatusCode of the response.