C# 클래스 SharpCifs.Util.Sharpen.SocketEx

상속: Socket
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
Bind2 ( EndPoint ep ) : void
Connect ( IPEndPoint endPoint, int timeOut ) : void
GetInputStream ( ) : InputStream
GetOutputStream ( ) : SharpCifs.Util.Sharpen.OutputStream
Receive ( byte buffer, int offset, int count ) : int
Send ( byte buffer, int offset, int length, EndPoint destination = null ) : void
SocketEx ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType ) : System

메소드 상세

Bind2() 공개 메소드

public Bind2 ( EndPoint ep ) : void
ep System.Net.EndPoint
리턴 void

Connect() 공개 메소드

public Connect ( IPEndPoint endPoint, int timeOut ) : void
endPoint System.Net.IPEndPoint
timeOut int
리턴 void

GetInputStream() 공개 메소드

public GetInputStream ( ) : InputStream
리턴 InputStream

GetOutputStream() 공개 메소드

public GetOutputStream ( ) : SharpCifs.Util.Sharpen.OutputStream
리턴 SharpCifs.Util.Sharpen.OutputStream

Receive() 공개 메소드

public Receive ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

Send() 공개 메소드

public Send ( byte buffer, int offset, int length, EndPoint destination = null ) : void
buffer byte
offset int
length int
destination System.Net.EndPoint
리턴 void

SocketEx() 공개 메소드

public SocketEx ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType ) : System
addressFamily AddressFamily
socketType SocketType
protocolType ProtocolType
리턴 System