C# Class Microsoft.SqlServer.TDS.TDSPacketToken

Container for the packet data
Inheritance: IInflatable, IDeflatable
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token

Method Details

Deflate() public abstract method

Deflate the token
public abstract Deflate ( Stream destination ) : void
destination Stream Stream to deflate token to
return void

Inflate() public abstract method

Inflate the token
public abstract Inflate ( Stream source ) : bool
source Stream Stream to inflate the token from
return bool