csExWB.ProtocolHandlerDataFullyReadEventArgs.ProtocolHandlerDataFullyReadEventArgs C# (CSharp) 메소드

ProtocolHandlerDataFullyReadEventArgs() 공개 메소드

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