SharpCifs.UniAddress.QueryThread.QueryThread C# (CSharp) Method

QueryThread() private method

private QueryThread ( Sem sem, string host, int type, string scope, IPAddress svr ) : System
sem Sem
host string
type int
scope string
svr System.Net.IPAddress
return System
			internal QueryThread(Sem sem, string host, int type, string scope, IPAddress
				 svr) : base("JCIFS-QueryThread: " + host)
			{
				this.Sem = sem;
				this.Host = host;
				this.Type = type;
				this.Scope = scope;
				this.Svr = svr;
			}
UniAddress.QueryThread