C# 클래스 NetWrok.HTTP.Connection

상속: IDisposable
파일 보기 프로젝트 열기: simonwittber/netwrok-client

공개 프로퍼티들

프로퍼티 타입 설명
client System.Net.Sockets.TcpClient
host string
port int
stream Stream

공개 메소드들

메소드 설명
Connect ( ) : void
Connection ( ) : System
Dispose ( ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Connection() 공개 메소드

public Connection ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

client 공개적으로 프로퍼티

public TcpClient,System.Net.Sockets client
리턴 System.Net.Sockets.TcpClient

host 공개적으로 프로퍼티

public string host
리턴 string

port 공개적으로 프로퍼티

public int port
리턴 int

stream 공개적으로 프로퍼티

public Stream stream
리턴 Stream