Click or drag to resize

RestServiceConfigurationLoad Method

Load from the specified stream

Namespace:  SanteDB.Rest.Common.Configuration
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public static RestServiceConfiguration Load(
	Stream stream
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:SanteDB.Rest.Common.Configuration.RestServiceConfiguration.Load(System.IO.Stream)"]

Return Value

Type: RestServiceConfiguration

[Missing <returns> documentation for "M:SanteDB.Rest.Common.Configuration.RestServiceConfiguration.Load(System.IO.Stream)"]

See Also