| UnpackerUnderlyingStream Property | 
            	Gets the underlying stream to handle direct API.
            
 
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
 Syntax
Syntaxprotected virtual Stream UnderlyingStream { get; }Protected Overridable ReadOnly Property UnderlyingStream As Stream
	Get
protected:
virtual property Stream^ UnderlyingStream {
	Stream^ get ();
}abstract UnderlyingStream : Stream with get
override UnderlyingStream : Stream with get
Property Value
Type: 
Stream[Missing <value> documentation for "P:MsgPack.Unpacker.UnderlyingStream"]
 Exceptions
Exceptions See Also
See Also