C# Class NSoft.NFramework.Parallelism.Tools.PingAsync

"Ping" 을 EAP (Event-based Asynchronous Pattern-이벤트 기반 비동기 패턴) 방식의 작업으로 수행하는 Extension Methods입니다.
참고사이트: http://msdn.microsoft.com/ko-kr/library/wewwczdw.aspx http://msdn.microsoft.com/ko-kr/library/dd997423.aspx
Mostra file Open project: debop/NFramework

Public Methods

Method Description
SendTask ( this ping, IPAddress address, int timeout, byte buffer, PingOptions options, object userToken = null ) : Task

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.

SendTask ( this ping, IPAddress address, int timeout, byte buffer, object userToken = null ) : Task

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.

SendTask ( this ping, IPAddress address, int timeout, object userToken = null ) : Task

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.

SendTask ( this ping, IPAddress address, object userToken = null ) : Task

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.

SendTask ( this ping, string hostNameOrAddress, int timeout, byte buffer, PingOptions options, object userToken = null ) : Task

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.

SendTask ( this ping, string hostNameOrAddress, int timeout, byte buffer, object userToken = null ) : Task

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.

SendTask ( this ping, string hostNameOrAddress, int timeout, object userToken = null ) : Task

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.

SendTask ( this ping, string hostNameOrAddress, object userToken = null ) : Task

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.

Private Methods

Method Description
SendTaskCore ( Ping ping, object userToken, Action sendAsync ) : Task

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.

Method Details

SendTask() public static method

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.
public static SendTask ( this ping, IPAddress address, int timeout, byte buffer, PingOptions options, object userToken = null ) : Task
ping this
address System.Net.IPAddress
timeout int
buffer byte
options System.Net.NetworkInformation.PingOptions
userToken object
return Task

SendTask() public static method

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.
public static SendTask ( this ping, IPAddress address, int timeout, byte buffer, object userToken = null ) : Task
ping this
address System.Net.IPAddress
timeout int
buffer byte
userToken object
return Task

SendTask() public static method

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.
public static SendTask ( this ping, IPAddress address, int timeout, object userToken = null ) : Task
ping this
address System.Net.IPAddress
timeout int
userToken object
return Task

SendTask() public static method

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.
public static SendTask ( this ping, IPAddress address, object userToken = null ) : Task
ping this
address System.Net.IPAddress
userToken object
return Task

SendTask() public static method

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.
public static SendTask ( this ping, string hostNameOrAddress, int timeout, byte buffer, PingOptions options, object userToken = null ) : Task
ping this
hostNameOrAddress string
timeout int
buffer byte
options System.Net.NetworkInformation.PingOptions
userToken object
return Task

SendTask() public static method

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.
public static SendTask ( this ping, string hostNameOrAddress, int timeout, byte buffer, object userToken = null ) : Task
ping this
hostNameOrAddress string
timeout int
buffer byte
userToken object
return Task

SendTask() public static method

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.
public static SendTask ( this ping, string hostNameOrAddress, int timeout, object userToken = null ) : Task
ping this
hostNameOrAddress string
timeout int
userToken object
return Task

SendTask() public static method

Internet Control Message Protocol (ICMP) echo message 를 비동기적으로 보냅니다.
public static SendTask ( this ping, string hostNameOrAddress, object userToken = null ) : Task
ping this
hostNameOrAddress string
userToken object
return Task