| Class SharpWired.Gui.SharpWiredForm: |
| void UpdateToolStripText(string) | ToolStripItem[] ToolStripItemCollection.Find(string, bool) | Not Specified |
| Class SharpWired.Gui.News.NewsUserControl: |
| void InitializeComponent() | void WebBrowser..ctor() | Stub, not implemented |
| void WriteHTMLToNews(string) | void WebBrowser.set_DocumentText(string) | Stub, not implemented |
| void .ctor() | void WebBrowser.set_DocumentText(string) | Stub, not implemented |
| Class SharpWired.Connection.Sockets.BinarySecureSocket: |
| void Connect(int, string, string, FileStream, Int64, Int64) | void SslStream..ctor(Stream, bool, RemoteCertificateValidationCallback, LocalCertificateSelectionCallback) | certValidationCallback is not passed X509Chain and SslPolicyErrors correctly |
| Class SharpWired.Connection.Bookmarks.BookmarkManager: |
| Bookmark[] LoadBookmarks(FileInfo) | void FileInfo.Decrypt() | File encryption isn't supported (even on NTFS). |
| Bookmark[] LoadBookmarks(FileInfo) | void FileInfo.Encrypt() | File encryption isn't supported (even on NTFS). |
| bool SaveBookmarks(Bookmark>, FileInfo) | void FileInfo.Encrypt() | File encryption isn't supported (even on NTFS). |
| Class SharpWired.Connection.Sockets.SecureSocket: |
| void Connect(int, string, string) | void SslStream..ctor(Stream, bool, RemoteCertificateValidationCallback, LocalCertificateSelectionCallback) | certValidationCallback is not passed X509Chain and SslPolicyErrors correctly |
| Class SharpWired.Gui.Chat.ChatUserControl: |
| void InitializeComponent() | void WebBrowser..ctor() | Stub, not implemented |
| void WriteHTMLToChat(string) | void WebBrowser.set_DocumentText(string) | Stub, not implemented |
| void .ctor() | void WebBrowser.set_DocumentText(string) | Stub, not implemented |