Method | Description | |
---|---|---|
AddConnection ( IConnection connection ) : void | ||
EngineTestRig ( string savePath, PieceWriter writer ) : Common.System | ||
EngineTestRig ( string savePath, int piecelength = 256*1024, PieceWriter writer = null ) : Common.System |
Method | Description | |
---|---|---|
CreateTorrent ( int pieceLength ) : BEncodedDictionary | ||
EngineTestRig ( ) : Common.System |
public AddConnection ( IConnection connection ) : void | ||
connection | IConnection | |
return | void |
public EngineTestRig ( string savePath, PieceWriter writer ) : Common.System | ||
savePath | string | |
writer | PieceWriter | |
return | Common.System |
public EngineTestRig ( string savePath, int piecelength = 256*1024, PieceWriter writer = null ) : Common.System | ||
savePath | string | |
piecelength | int | |
writer | PieceWriter | |
return | Common.System |