| 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
)
Public Shared Function Load (
stream As Stream
) As RestServiceConfiguration
public:
static RestServiceConfiguration^ Load(
Stream^ stream
)
static member Load :
stream : Stream -> RestServiceConfiguration
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