RealmName Property

Summary

Gets or sets a string specifying the realm name.

Syntax
C#
VB
C++
public string RealmName { get; set; } 
Public Property RealmName As String 
public: 
property String^ RealmName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string specifying the realm name.

Remarks

The realm name is a form of identifying your server to the RTSP client.

Example

For an example, see RTSPSecurity.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly