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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public RestResponseEventArgs(
	string method,
	string url,
	NameValueCollection query,
	string contentType,
	Object responseBody,
	int statusCode,
	long contentLength,
	IDictionary<string, string> headers
)

Parameters

method  String

[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  String

[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  NameValueCollection

[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  String

[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  Object

[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  Int32

[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  Int64

[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  IDictionaryString, 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