C# Class NBug.Core.Submission.Tracker.Trac

Inheritance: ProtocolBase
Mostrar archivo Open project: soygul/NBug

Public Methods

Method Description
Send ( string fileName, Stream file, Report report, SerializableException exception ) : bool

Protected Methods

Method Description
Trac ( string connectionString ) : System.IO

Method Details

Send() public method

public Send ( string fileName, Stream file, Report report, SerializableException exception ) : bool
fileName string
file Stream
report Report
exception SerializableException
return bool

Trac() protected method

protected Trac ( string connectionString ) : System.IO
connectionString string
return System.IO