C# Class Microsoft.SqlServer.TDS.TDSPacketToken

Container for the packet data
Inheritance: IInflatable, IDeflatable
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token

Method Details

Deflate() public abstract méthode

Deflate the token
public abstract Deflate ( Stream destination ) : void
destination Stream Stream to deflate token to
Résultat void

Inflate() public abstract méthode

Inflate the token
public abstract Inflate ( Stream source ) : bool
source Stream Stream to inflate the token from
Résultat bool