C# 클래스 Microsoft.SqlServer.TDS.Authentication.TDSFedAuthInfoOption

A single option of the feature extension acknowledgement block
상속: IDeflatable, IInflatable
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Deflate ( Stream destination ) : void

Deflate the token.

Inflate ( Stream source ) : bool

Inflate the token

TDSFedAuthInfoOption ( ) : System

Initialization Constructor.

메소드 상세

Deflate() 공개 추상적인 메소드

Deflate the token.
public abstract Deflate ( Stream destination ) : void
destination Stream
리턴 void

Inflate() 공개 추상적인 메소드

Inflate the token
public abstract Inflate ( Stream source ) : bool
source Stream
리턴 bool

TDSFedAuthInfoOption() 공개 메소드

Initialization Constructor.
public TDSFedAuthInfoOption ( ) : System
리턴 System