コード例 #1
0
 /// <exception cref="System.IO.IOException"/>
 public DomainPeerServer(string path, int port)
     : this(DomainSocket.BindAndListen(DomainSocket.GetEffectivePath(path, port)))
 {
 }