Click or drag to resize

RestServiceBehaviorConfiguration Constructor (Type)

Create a new behavior configuration with specified type

Namespace:  SanteDB.Rest.Common.Configuration
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public RestServiceBehaviorConfiguration(
	Type behaviorType
)

Parameters

behaviorType
Type: SystemType

[Missing <param name="behaviorType"/> documentation for "M:SanteDB.Rest.Common.Configuration.RestServiceBehaviorConfiguration.#ctor(System.Type)"]

See Also