The following tables list the members exposed by NetworkProperties.
Public Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Reset | Resets all network properties to their default values. |
Public Properties
Name | Description | |
---|---|---|
ActualIPAddress | Retrieves the server's bound IP address. | |
Authentication | Gets or sets the server's authentication mode. | |
DASHEnable | Gets or sets the enabled state for the DASH protocol. | |
HDSEnable | Gets or sets the enabled state for the HDS protocol. | |
HLSEnable | Gets or sets the enabled state for the HLS protocol. | |
IdleTimeOut | Gets or sets the server's idle connection timeout. | |
IPAddress | Gets or sets the server's IP address. | |
MediaFolder | Gets or sets the path to the server's media folder. | |
OpenWindowsFirewall | Gets or sets a value that tells the server whether to open the firewall automatically when the server is running (State is "Started"). | |
Password | Gets or sets the password to be used to perform server authentication. | |
Port | Gets or sets the server's port. | |
Realm | Gets or sets the server's authentication Realm. | |
ResolvedMediaFolder | Retrieves the fully resolved path to the server's media folder. | |
RTCPTimeOut | Gets or sets the server's RTCP timeout. | |
RTMPEnable | Gets or sets the enabled state for the RTMP protocol. | |
RTPPort | Gets or sets the server's base RTP port. | |
RTSPEnable | Gets or sets the enabled state for the RTSP protocol. | |
ServerName | Gets or sets the name of the HTTP server. | |
SSFEnable | Gets or sets the enabled state for the SSF protocol. | |
SSLCertificateHash | Retrieves or sets the server's SSL certificate hash bytes. | |
SSLCertificateStore | Retrieves or sets the name of the server's SSL certificate store. | |
SSLPort | Retrieves or sets the server's SSL port. | |
UserName | Gets or sets the user name to be used to perform server authentication. |
See Also