CallingContext.ExtractSkypeChainId(HttpRequestMessage) 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 X-Microsoft-Skype-Chain-Id header from the request that is used for correlating logs across different services for a call
public static string ExtractSkypeChainId (System.Net.Http.HttpRequestMessage request);
static member ExtractSkypeChainId : System.Net.Http.HttpRequestMessage -> string
Public Shared Function ExtractSkypeChainId (request As HttpRequestMessage) As String
Parameters
- request
- HttpRequestMessage