OnHandshake() 공개 메소드

public OnHandshake ( IPEndPoint address, string path, NameValueCollection properties, uint attempts, List addresses ) : void
address System.Net.IPEndPoint
path string
properties System.Collections.Specialized.NameValueCollection
attempts uint
addresses List
리턴 void
예제 #1
0
 public void OnHandshake(uint attempts, List <string> addresses)
 {
     Handler.OnHandshake(Address, Path, Properties, attempts, addresses);
 }