CodeTransparencyClient.GetEntryIdFromLocation(Response) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.