Class CallbackLink
Inheritance
System.Object
CallbackLink
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.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class CallbackLink
Constructors
CallbackLink()
Declaration
public CallbackLink()
Properties
Callback
Declaration
public Uri Callback { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Notification
Declaration
public Uri Notification { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |