Gets the headers to add to the SUBSCRIBE request.

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

Syntax

Visual Basic (Declaration)
Private 
Sub 
GetExtensionHeaders ( _
	
requestType 
As 

SipSubscription

.
.
::
.
RequestType, _
		<
OutAttribute> 
ByRef 
extensionHeaders 
As 
IEnumerable(
Of 

SignalingHeader) _
) 
Implements 

ISipSubscriptionProcessor.

GetExtensionHeaders
C#
void 

ISipSubscriptionProcessor.

GetExtensionHeaders(
	

SipSubscription

.
.
::
.
RequestType 
requestType,
	
out 
IEnumerable<

SignalingHeader> 
extensionHeaders
)
Visual C++
private:
virtual 
void 
GetExtensionHeaders(
	

SipSubscription

.
.
::
.
RequestType 
requestType, 
		[
OutAttribute] 
IEnumerable<

SignalingHeader^>^% 
extensionHeaders
) 
sealed = 

ISipSubscriptionProcessor::

GetExtensionHeaders
JavaScript
JavaScript does not support explicit
interface implementations.

Parameters

requestType
Type: Microsoft.Rtc.Signaling . . :: . SipSubscription . . :: . RequestType
Type of request
extensionHeaders
Type: IEnumerable < (Of < ( SignalingHeader > ) > ) %
Headers to add.

Implements

ISipSubscriptionProcessor . . :: . GetExtensionHeaders(SipSubscription . . :: . RequestType, IEnumerable < (Of < ( SignalingHeader > ) > ) % )

See Also