Share via


SetPortRange Method

Method will apply global audio/video port range policy as specified in forwarded parameter.

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

Syntax

'Declaration
Public Sub SetPortRange ( _
    portRange As NetworkPortRange _
)
'Usage
Dim instance As AudioVideoSettings
Dim portRange As NetworkPortRange

instance.SetPortRange(portRange)
public void SetPortRange(
    NetworkPortRange portRange
)

Parameters

Remarks

Any change on portRange parameter after calling this method will not have any effect on the global audio/video port range configuration policy.

See Also

Reference

AudioVideoSettings Class

AudioVideoSettings Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace