AudioVideoSettings.GetPortRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns copy of audio/video port range policy.
public:
Microsoft::Rtc::Collaboration::AudioVideo::NetworkPortRange ^ GetPortRange();
public Microsoft.Rtc.Collaboration.AudioVideo.NetworkPortRange GetPortRange ();
member this.GetPortRange : unit -> Microsoft.Rtc.Collaboration.AudioVideo.NetworkPortRange
Public Function GetPortRange () As NetworkPortRange
Returns
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.