Click or drag to resize

RestClientBaseCreateHttpRequest Method

Create the HTTP request

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
protected virtual WebRequest CreateHttpRequest(
	string resourceNameOrUrl,
	NameValueCollection query
)

Parameters

resourceNameOrUrl
Type: SystemString
The name of the resource at the base URL to be executed
query
Type: System.Collections.SpecializedNameValueCollection
The query which should be executed on the server

Return Value

Type: WebRequest

[Missing <returns> documentation for "M:SanteDB.Core.Http.RestClientBase.CreateHttpRequest(System.String,System.Collections.Specialized.NameValueCollection)"]

See Also