OnHandshake() public method

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
return void
コード例 #1
0
ファイル: Peer.cs プロジェクト: zhujingcheng/csharprtmp
 public void OnHandshake(uint attempts, List <string> addresses)
 {
     Handler.OnHandshake(Address, Path, Properties, attempts, addresses);
 }