C# 클래스 PRI.ProductivityExtensions.TcpListenerExtensions.TcpListenerable

Class that contains extension methods that extend TcpListener
파일 보기 프로젝트 열기: peteraritchie/ProductivityExtensions

공개 메소드들

메소드 설명
BeginAcceptSocket ( this tcplistener, AsyncCallback callback ) : IAsyncResult

Extends BeginAcceptSocket so that when a state object is not needed, null does not need to be passed. tcplistener.BeginAcceptSocket(callback);

BeginAcceptTcpClient ( this tcplistener, AsyncCallback callback ) : IAsyncResult

Extends BeginAcceptTcpClient so that when a state object is not needed, null does not need to be passed. tcplistener.BeginAcceptTcpClient(callback);

메소드 상세

BeginAcceptSocket() 공개 정적인 메소드

Extends BeginAcceptSocket so that when a state object is not needed, null does not need to be passed. tcplistener.BeginAcceptSocket(callback);
public static BeginAcceptSocket ( this tcplistener, AsyncCallback callback ) : IAsyncResult
tcplistener this
callback AsyncCallback
리턴 IAsyncResult

BeginAcceptTcpClient() 공개 정적인 메소드

Extends BeginAcceptTcpClient so that when a state object is not needed, null does not need to be passed. tcplistener.BeginAcceptTcpClient(callback);
public static BeginAcceptTcpClient ( this tcplistener, AsyncCallback callback ) : IAsyncResult
tcplistener this
callback AsyncCallback
리턴 IAsyncResult