csExWB.ProtocolHandlerDataFullyReadEventArgs.ProtocolHandlerDataFullyReadEventArgs C# (CSharp) Method

ProtocolHandlerDataFullyReadEventArgs() public method

public ProtocolHandlerDataFullyReadEventArgs ( string _url ) : System
_url string
return System
        public ProtocolHandlerDataFullyReadEventArgs(string _url)
        {
            m_URL = _url;
        }
ProtocolHandlerDataFullyReadEventArgs