AudioVideoSettings.GetPortRange Method
Returns 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
Global audio/video communication network port range.
Remarks
Any change made on the returned object will not affect the global audio/video port configuration policy. In order to apply changes, the application must call the SetPortRange method.