Advtools.AdvInterceptor.Interception.Interception C# (CSharp) Méthode

Interception() public méthode

public Interception ( ) : System
Résultat System
        public Interception()
        {
            Port = 80;
            Protocol = Protocol.Http;
        }

Same methods

Interception::Interception ( string name, int port = 80, Protocol protocol = Protocol.Http ) : System
Interception