示例#1
0
        public PacketFactory(IPacketInspectorService packetInspectorService)
        {
            Contract.Requires<ArgumentNullException>(packetInspectorService != null);

            this.packetInspectorService = packetInspectorService;
        }
示例#2
0
        public PacketFactory(IPacketInspectorService packetInspectorService)
        {
            Contract.Requires <ArgumentNullException>(packetInspectorService != null);

            this.packetInspectorService = packetInspectorService;
        }