Add small doc comment for TransportType Enum(#7994)
This commit is contained in:
parent
4fe4295720
commit
0d570a2d42
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
package com.microsoft.signalr;
|
||||
|
||||
/**
|
||||
* Used to specify the transport the client will use.
|
||||
*/
|
||||
public enum TransportEnum {
|
||||
ALL,
|
||||
WEBSOCKETS,
|
||||
|
|
|
|||
Loading…
Reference in New Issue