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
파일 보기 프로젝트 열기: sverrirs/SkypeNet

공개 메소드들

메소드 설명
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