TransportProtocol

public enum TransportProtocol : String

These are the basic IP transport protocols.

  • Error

    Declaration

    Swift

    case error
  • TCP

    TCP

    Declaration

    Swift

    case TCP
  • UDP

    UDP

    Declaration

    Swift

    case UDP