C# Class SignalR.Tests.HubFacts

Inheritance: IDisposable
Show file Open project: Icenium/SignalR

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
AddingToMultipleGroups ( ) : void
ChangeHubUrl ( ) : void
ComplexPersonState ( ) : void
CreateProxyAfterConnectionStartsThrows ( ) : void
CustomQueryString ( ) : void
CustomQueryStringRaw ( ) : void
DynamicInvokeTest ( ) : void
GenericTaskWithException ( ) : void
GetValueFromServer ( ) : void
GuidTest ( ) : void
HubGroupsDontRejoinByDefault ( ) : void
HubGroupsRejoinWhenRejoiningGroupsOverridden ( ) : void
HubHasConnectionEvents ( ) : void
Overloads ( ) : void
ReadingState ( ) : void
RejoiningGroupsOnlyReceivesGroupsBelongingToHub ( ) : void
SettingState ( ) : void
TaskWithException ( ) : void
UnsupportedOverloads ( ) : void
UsingHubAfterManualCreationThrows ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void