Click or drag to resize

RestRequestEventArgs Constructor

Creates the request event args with the specified values

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public RestRequestEventArgs(
	string method,
	string url,
	NameValueCollection query,
	string contentType,
	Object body
)

Parameters

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:SanteDB.Core.Http.RestRequestEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object)"]

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:SanteDB.Core.Http.RestRequestEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object)"]

query
Type: System.Collections.SpecializedNameValueCollection

[Missing <param name="query"/> documentation for "M:SanteDB.Core.Http.RestRequestEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object)"]

contentType
Type: SystemString

[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.Http.RestRequestEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object)"]

body
Type: SystemObject

[Missing <param name="body"/> documentation for "M:SanteDB.Core.Http.RestRequestEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object)"]

See Also