Click or drag to resize

RestResponseEventArgs Constructor

REST response client event args

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public RestResponseEventArgs(
	string method,
	string url,
	NameValueCollection query,
	string contentType,
	Object responseBody,
	int statusCode,
	long contentLength,
	IDictionary<string, string> headers
)

Parameters

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:SanteDB.Core.Http.RestResponseEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object,System.Int32,System.Int64,System.Collections.Generic.IDictionary{System.String,System.String})"]

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:SanteDB.Core.Http.RestResponseEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object,System.Int32,System.Int64,System.Collections.Generic.IDictionary{System.String,System.String})"]

query
Type: System.Collections.SpecializedNameValueCollection

[Missing <param name="query"/> documentation for "M:SanteDB.Core.Http.RestResponseEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object,System.Int32,System.Int64,System.Collections.Generic.IDictionary{System.String,System.String})"]

contentType
Type: SystemString

[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.Http.RestResponseEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object,System.Int32,System.Int64,System.Collections.Generic.IDictionary{System.String,System.String})"]

responseBody
Type: SystemObject

[Missing <param name="responseBody"/> documentation for "M:SanteDB.Core.Http.RestResponseEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object,System.Int32,System.Int64,System.Collections.Generic.IDictionary{System.String,System.String})"]

statusCode
Type: SystemInt32

[Missing <param name="statusCode"/> documentation for "M:SanteDB.Core.Http.RestResponseEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object,System.Int32,System.Int64,System.Collections.Generic.IDictionary{System.String,System.String})"]

contentLength
Type: SystemInt64

[Missing <param name="contentLength"/> documentation for "M:SanteDB.Core.Http.RestResponseEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object,System.Int32,System.Int64,System.Collections.Generic.IDictionary{System.String,System.String})"]

headers
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="headers"/> documentation for "M:SanteDB.Core.Http.RestResponseEventArgs.#ctor(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String,System.Object,System.Int32,System.Int64,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also