C# 클래스 XamarinSignalRExample.SignalRClient

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: schneidenbach/Xamarin-Forms-and-SignalR-Example 1 사용 예제들

공개 메소드들

메소드 설명
CreateAndStart ( string url ) : Task
SendMessage ( string username, string text ) : void
SignalRClient ( string url ) : System
Start ( ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

CreateAndStart() 공개 정적인 메소드

public static CreateAndStart ( string url ) : Task
url string
리턴 Task

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
리턴 void

SendMessage() 공개 메소드

public SendMessage ( string username, string text ) : void
username string
text string
리턴 void

SignalRClient() 공개 메소드

public SignalRClient ( string url ) : System
url string
리턴 System

Start() 공개 메소드

public Start ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task