C# 클래스 SkypeNet.Lib.SkypeNetClient

Higher level client class that knows how to interpret various elements of the Skype Desktop API and provides a high-level access to skype functionality through direct action manipulation This client is aware of different protocol support and can adjust it's support set accordingly
상속: SkypeNet
파일 보기 프로젝트 열기: sverrirs/SkypeNet 1 사용 예제들

공개 메소드들

메소드 설명
Call ( ) : void

Initiates a call to one or more targets

SkypeNetClient ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
GetOrCreateUser ( string username ) : SkypeUser

Gets a user by username from the list of all known users. If user does not exist then a new user is created with that username and added to the dictionary. The client then requests basic information for this new user from the Skype application.

HandleCallMessage ( string callId, string property, string value ) : void
HandleChatMessage ( string chatId, string property, string value ) : void
HandleGroupMessage ( string groupId, string property, string value ) : void
HandleUserMessage ( string username, string property, string value ) : void
OnCallReceived ( SkypeCall call ) : void
OnCallUpdated ( SkypeCall call ) : void
OnMessageReceived_ForParsingOfMessageData ( object sender, string rawResponse ) : void
SetCurrentUser ( string username ) : void
SetCurrentUserStatus ( string userstatus ) : void
call_RequestCallUpdate_ToSendMessageToSkypeForData ( object sender, string propertyName, object values ) : void

메소드 상세

Call() 공개 메소드

Initiates a call to one or more targets
public Call ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

SkypeNetClient() 공개 메소드

public SkypeNetClient ( ) : System
리턴 System