SharpPcap.PcapOfflineDevice.SetFilter C# (CSharp) Méthode

SetFilter() public méthode

Setting a capture filter on this offline device is not supported
public SetFilter ( string filter ) : void
filter string
Résultat void
        public override void SetFilter( string filter )
        {
            throw new PcapException("It is not possible to set a capture filter on an offline device");
        }