public SafeBinaryClientFormatterSinkProvider(IDictionary properties, ICollection providerData) { _binaryCore = new SafeBinaryCore(DefaultFilterLevel, this, properties, allowedProperties); }
public SafeBinaryClientFormatterSinkProvider() { _binaryCore = new SafeBinaryCore(DefaultFilterLevel); }