 | RestServiceConfigurationLoad Method |
Load from the specified stream
Namespace: SanteDB.Rest.Common.ConfigurationAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic static RestServiceConfiguration Load(
Stream stream
)
Public Shared Function Load (
stream As Stream
) As RestServiceConfiguration
public:
static RestServiceConfiguration^ Load(
Stream^ stream
)
static member Load :
stream : Stream -> RestServiceConfiguration 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