Extension Protocol

The BitTorrent Extension Protocol provides a mechanism to add additional messages that are not part of the core BitTorrent specification.

TorrentCore provides an easy mechanism for adding extension protocol messages without having to implement the extension protocol itself. By writing an IExtensionProtocolMessageHandler, you can provide support for new types of messages. You must then then register your custom extension message handler to handle custom message types.

This page is incomplete. More information will be made available soon.