BytesRoad.Net.Sockets.Socket_Socks5.Connect_SO.Connect_SO C# (CSharp) Method

Connect_SO() private method

private Connect_SO ( EndPoint remoteEndPoint, string hostName, int hostPort, AsyncCallback cb, object state ) : System
remoteEndPoint System.Net.EndPoint
hostName string
hostPort int
cb AsyncCallback
state object
return System
            internal Connect_SO(
                EndPoint remoteEndPoint,
                string hostName,
                int hostPort,
                AsyncCallback cb, 
                object state) : base(cb, state)
            {
                _remoteEndPoint = remoteEndPoint;
                _hostPort = hostPort;
                _hostName = hostName;
            }
Socket_Socks5.Connect_SO