Represents possible well-known response codes that can be used when sending responses.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
NotInheritable 
Class 
ResponseCode
C#
public 
static 
class 
ResponseCode
Visual C++
public 
ref class 
ResponseCode 
abstract 
sealed
JavaScript

Microsoft.Rtc.Signaling.ResponseCode = 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.ResponseCode');

Inheritance Hierarchy

Object
   Microsoft.Rtc.Signaling . . :: . ResponseCode

See Also