C# Класс SkypeNet.Lib.SkypeNet

Low-level wrapper for the Skype Desktop API. It wraps the necessary window messaging communication and unmanaged
To check if Skype is installed, in regedit check if the following key exists: HKCU\Software\Skype\Phone, SkypePath . This key points to the location of the skype.exe file . If this key does not exist, check if the HKLM\Software\Skype\Phone, SkypePath key exists. If the HKCU key does not exist but the HKLM key is present, Skype has been installed from an administrator account but not been used from the current account.
Наследование: System.Windows.Forms.Control
Показать файл Открыть проект

Открытые методы

Метод Описание
ConnectAsync ( ) : Task

Connects to an active instance of skype

Disconnect ( ) : void
SendMessage ( string message ) : bool
SkypeNet ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
WndProc ( Message &m ) : void

Приватные методы

Метод Описание
OnMessageReceived ( string message ) : void
OnStatusChanged ( SkypeStatus status ) : void
OnStatusChanging ( SkypeStatus currentStatus, SkypeStatus newStatus ) : void

Описание методов

ConnectAsync() публичный Метод

Connects to an active instance of skype
public ConnectAsync ( ) : Task
Результат Task

Disconnect() публичный Метод

public Disconnect ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

SendMessage() публичный Метод

public SendMessage ( string message ) : bool
message string
Результат bool

SkypeNet() публичный Метод

public SkypeNet ( ) : System
Результат System

WndProc() защищенный Метод

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Результат void