C# 클래스 MySql.Data.Common.StreamCreator

Summary description for StreamCreator.
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

공개 메소드들

메소드 설명
GetStream ( uint timeout ) : Stream
StreamCreator ( string hosts, uint port, string pipeName, uint keepalive ) : System

비공개 메소드들

메소드 설명
CreateSocketStream ( IPAddress ip, bool unix ) : Stream
CreateUnixEndPoint ( string host ) : EndPoint
GetDnsHostEntry ( string hostname ) : IPHostEntry
GetHostEntry ( string hostname ) : IPHostEntry
ParseIPAddress ( string hostname ) : IPHostEntry
SetKeepAlive ( Socket s, uint time ) : void

Set keepalive + timeout on socket.

메소드 상세

GetStream() 공개 메소드

public GetStream ( uint timeout ) : Stream
timeout uint
리턴 Stream

StreamCreator() 공개 메소드

public StreamCreator ( string hosts, uint port, string pipeName, uint keepalive ) : System
hosts string
port uint
pipeName string
keepalive uint
리턴 System