Represents possible well-known warning 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 
WarningCode
C#
public 
static 
class 
WarningCode
Visual C++
public 
ref class 
WarningCode 
abstract 
sealed
JavaScript
Microsoft.Rtc.Signaling.WarningCode
= 
function();

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

Remarks

As found in RFC3261 Section 20.43 1xx and 2xx have been taken by HTTP/1.1. Additional "warn-code"s can be defined. See Section 27.2.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Signaling . . :: . WarningCode

See Also