OpenIdConnectHandler.Backchannel Property

Definition

Gets the HttpClient used to communicate with the remote identity provider.

protected:
 property System::Net::Http::HttpClient ^ Backchannel { System::Net::Http::HttpClient ^ get(); };
protected System.Net.Http.HttpClient Backchannel { get; }
member this.Backchannel : System.Net.Http.HttpClient
Protected ReadOnly Property Backchannel As HttpClient

Property Value

Applies to