C# Class PhotoBeamerClone.SignalR.Hubs.ImgHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Show file Open project: NicoVermeir/photobeamerclone

Public Methods

Method Description
Create ( string guid ) : void
Leave ( string guid ) : void
ShareImage ( byte image, string guid ) : void

Method Details

Create() public method

public Create ( string guid ) : void
guid string
return void

Leave() public method

public Leave ( string guid ) : void
guid string
return void

ShareImage() public method

public ShareImage ( byte image, string guid ) : void
image byte
guid string
return void