C# 클래스 Microsoft.AspNet.Server.Kestrel.Networking.UvTcpHandle

상속: UvStreamHandle
파일 보기 프로젝트 열기: Starcounter/KestrelHttpServer 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( ServerAddress address ) : void
CreateIPEndpoint ( ServerAddress address ) : IPEndPoint

Returns an IPEndPoint for the given host an port. If the host parameter isn't "localhost" or an IP address, use IPAddress.Any.

Init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop ) : void
Init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, Action queueCloseHandle ) : void
NoDelay ( bool enable ) : void
Open ( IntPtr hSocket ) : void
UvTcpHandle ( IKestrelTrace logger ) : System

메소드 상세

Bind() 공개 메소드

public Bind ( ServerAddress address ) : void
address ServerAddress
리턴 void

CreateIPEndpoint() 공개 정적인 메소드

Returns an IPEndPoint for the given host an port. If the host parameter isn't "localhost" or an IP address, use IPAddress.Any.
public static CreateIPEndpoint ( ServerAddress address ) : IPEndPoint
address ServerAddress
리턴 System.Net.IPEndPoint

Init() 공개 메소드

public Init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop ) : void
loop Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle
리턴 void

Init() 공개 메소드

public Init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, Action queueCloseHandle ) : void
loop Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle
queueCloseHandle Action
리턴 void

NoDelay() 공개 메소드

public NoDelay ( bool enable ) : void
enable bool
리턴 void

Open() 공개 메소드

public Open ( IntPtr hSocket ) : void
hSocket System.IntPtr
리턴 void

UvTcpHandle() 공개 메소드

public UvTcpHandle ( IKestrelTrace logger ) : System
logger IKestrelTrace
리턴 System