다음을 통해 공유


MobileNetworkServiceDataFlowTemplate.Protocol Property

Definition

A list of the allowed protocol(s) for this flow. If you want this flow to be able to use any protocol within the internet protocol suite, use the value ip. If you only want to allow a selection of protocols, you must use the corresponding IANA Assigned Internet Protocol Number for each protocol, as described in https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml. For example, for UDP, you must use 17. If you use the value ip then you must leave the field port unspecified.

public System.Collections.Generic.IList<string> Protocol { get; }
member this.Protocol : System.Collections.Generic.IList<string>
Public ReadOnly Property Protocol As IList(Of String)

Property Value

Applies to