C# 클래스 Test.TestClient.TestParams

파일 보기 프로젝트 열기: LiveTex/Thrift

공개 프로퍼티들

프로퍼티 타입 설명
buffered bool
encrypted bool
framed bool
host string
numIterations int
pipe string
port int
protocol string
url string

공개 메소드들

메소드 설명
CreateProtocol ( Thrift.Transport.TTransport transport ) : TProtocol
CreateTransport ( ) : Thrift.Transport.TTransport

메소드 상세

CreateProtocol() 공개 메소드

public CreateProtocol ( Thrift.Transport.TTransport transport ) : TProtocol
transport Thrift.Transport.TTransport
리턴 Thrift.Protocol.TProtocol

CreateTransport() 공개 메소드

public CreateTransport ( ) : Thrift.Transport.TTransport
리턴 Thrift.Transport.TTransport

프로퍼티 상세

buffered 공개적으로 프로퍼티

public bool buffered
리턴 bool

encrypted 공개적으로 프로퍼티

public bool encrypted
리턴 bool

framed 공개적으로 프로퍼티

public bool framed
리턴 bool

host 공개적으로 프로퍼티

public string host
리턴 string

numIterations 공개적으로 프로퍼티

public int numIterations
리턴 int

pipe 공개적으로 프로퍼티

public string pipe
리턴 string

port 공개적으로 프로퍼티

public int port
리턴 int

protocol 공개적으로 프로퍼티

public string protocol
리턴 string

url 공개적으로 프로퍼티

public string url
리턴 string