BytesRoad.Net.Sockets.Socket_HttpConnect.Socket_HttpConnect C# (CSharp) Method

Socket_HttpConnect() private method

private Socket_HttpConnect ( string proxyServer, int proxyPort, byte proxyUser, byte proxyPassword ) : System
proxyServer string
proxyPort int
proxyUser byte
proxyPassword byte
return System
        internal Socket_HttpConnect(
            string proxyServer,
            int proxyPort,
            byte[] proxyUser, 
            byte[] proxyPassword)
            : base (proxyServer, proxyPort, proxyUser, proxyPassword)
        {
        }