Click or drag to resize

RestRequestCredentialsSetCredentials Method

Set the credentials

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public abstract void SetCredentials(
	HttpWebRequest webRequest
)

Parameters

webRequest
Type: System.NetHttpWebRequest
The web request to set the credentials for
See Also