GetPortRange Method

Method will return copy of audio/video port range policy.

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

Syntax

'Declaration
Public Function GetPortRange As NetworkPortRange
'Usage
Dim instance As AudioVideoSettings
Dim returnValue As NetworkPortRange

returnValue = instance.GetPortRange()
public NetworkPortRange GetPortRange()

Return Value

Type: Microsoft.Rtc.Collaboration.AudioVideo..::..NetworkPortRange

Remarks

Any change made on the returned object doesn't have any effect on the global audio/video port configuration policy. In order to apply changes, application must call SetPortRange method.

See Also

Reference

AudioVideoSettings Class

AudioVideoSettings Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace