Add small doc comment for TransportType Enum(#7994)

This commit is contained in:
Mikael Mengistu 2019-02-27 09:17:08 -08:00 committed by GitHub
parent 4fe4295720
commit 0d570a2d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
package com.microsoft.signalr;
/**
* Used to specify the transport the client will use.
*/
public enum TransportEnum {
ALL,
WEBSOCKETS,