ITestServer.Put(String, Byte[]) Method

Definition

Performs an HTTP PUT request to the test server.

public string Put (string endpoint, byte[] data);
abstract member Put : string * byte[] -> string
Public Function Put (endpoint As String, data As Byte()) As String

Parameters

endpoint
String

The path of the request, which will be appended on the uri of the test server.

data
Byte[]

The byte[] data to put.

Returns

The body of the the reponse.

Applies to