BaseProvider.AddSdkVersion(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.
Append the Sdk version to the request headers.
protected void AddSdkVersion(System.Net.Http.HttpRequestMessage request);
member this.AddSdkVersion : System.Net.Http.HttpRequestMessage -> unit
Protected Sub AddSdkVersion (request As HttpRequestMessage)
Parameters
- request
- HttpRequestMessage
The request to append the header to.