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: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public static RestServiceConfiguration Load(
	Stream stream
)

Parameters

stream  Stream

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

Return Value

RestServiceConfiguration

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

See Also