CodeTransparencyClient.GetEntryIdFromLocation(Response) Method

Definition

Extracts the entry id from the Location header of a response.

public static string GetEntryIdFromLocation(Azure.Response response);
static member GetEntryIdFromLocation : Azure.Response -> string
Public Shared Function GetEntryIdFromLocation (response As Response) As String

Parameters

response
Response

The response to extract the entry id from.

Returns

The entry id.

Applies to