SharpPcap.PcapOfflineDevice.SetFilter C# (CSharp) Method

SetFilter() public method

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