ExtensionEndpointConfiguration.InstanceInputEndpoint.Protocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Required. Required for each instance input endpoint. Transport protocol for the endpoint. Its value has to be one of the following: 'tcp', 'udp', 'http', 'https'.
public string Protocol { get; set; }
member this.Protocol : string with get, set
Public Property Protocol As String