Show / Hide Table of Contents

Class HttpRouteConstants

The route suffixes as generated by the server to send particular events

Inheritance
System.Object
HttpRouteConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Bot.Builder.Enterprise.Transport
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public class HttpRouteConstants

Fields

View Source

OnIncomingCallRoute

Route for incoming calls.

Declaration
public const string OnIncomingCallRoute = ""
Field Value
Type Description
System.String
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX