'Declaration
Public Overloads Function Add( _ ByVal fileStream As Stream, _ ByVal useOriginalStream As Boolean _ ) As Session
public Session Add( Stream fileStream, bool useOriginalStream )
Parameters
- fileStream
- A file stream of a GLF File to read.
- useOriginalStream
- If true, the caller no longer owns the stream and must not further use or dispose it. If false, the method will copy the contents of the stream before returning and will restore its Position, so the caller is responsible for eventually disposing it.
Return Value
The session object that was affected.