C# Class WebApiDoodle.Web.WebHostEx.MessageHandlers.UserHostAddressSetterHandler

A delegating handler which sets the user's IP Address inside the Properties dictionaty of the current HttpRequestMessage instance.
Inheritance: System.Net.Http.DelegatingHandler
ファイルを表示 Open project: tugberkugurlu/WebAPIDoodle

Protected Methods

Method Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Method Details

SendAsync() protected method

protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage
cancellationToken System.Threading.CancellationToken
return Task