HttpRequestMessageExtensionMethods.SetUserPrincipal 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.
Replaces the user principal associated with the specified HTTP request message.
public:
[System::Runtime::CompilerServices::Extension]
static void SetUserPrincipal(System::Net::Http::HttpRequestMessage ^ httpRequestMessage, System::Security::Principal::IPrincipal ^ user);
public static void SetUserPrincipal (this System.Net.Http.HttpRequestMessage httpRequestMessage, System.Security.Principal.IPrincipal user);
static member SetUserPrincipal : System.Net.Http.HttpRequestMessage * System.Security.Principal.IPrincipal -> unit
<Extension()>
Public Sub SetUserPrincipal (httpRequestMessage As HttpRequestMessage, user As IPrincipal)
Parameters
- httpRequestMessage
- HttpRequestMessage
The HTTP request message from which to set the user principal.
- user
- IPrincipal
The user principal to set.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.