public final class TransportProtocol extends Object
| Modifier and Type | Field and Description |
|---|---|
static TransportProtocol |
TCP
Static value Tcp for TransportProtocol.
|
static TransportProtocol |
UDP
Static value Udp for TransportProtocol.
|
| Constructor and Description |
|---|
TransportProtocol(String value)
Creates a custom value for TransportProtocol.
|
public static final TransportProtocol UDP
public static final TransportProtocol TCP
public TransportProtocol(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/