The following tables list the members exposed by Server.
Public Constructors
Name | Description | |
---|---|---|
Server | The Server object implements a network streaming server. |
Public Methods
Name | Description | |
---|---|---|
Disconnect | Terminates an active connection. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
ExportConfigFile | Exports the server's XML configuration to a file. | |
ExportConfigString | Exports the server's XML configuration to a string. | |
GetApplicationProperties | Retrieves a copy of the server's application properties. | |
GetClients | Retrieves a copy of the server's clients list. | |
GetInternalObject | Retrieves the underlying COM server object. | |
GetIPFilters | Retrieves a copy of the server's IP filters. | |
GetLiveStreamControls | Gets a copy of the server's live stream controls LiveStreamControls collection. | |
GetLiveStreams | Retrieves a copy of the server's live stream collection. A LiveStreams collection. | |
GetMIMETypes | Retrieves a copy of the server's MIME types. | |
GetNetworkProperties | Retrieves a copy of the network properties for a server. | |
ImportConfigFile | Imports an XML configuration file for the server. | |
ImportConfigString | Imports an XML configuration string for the server. | |
ResetConfig | Resets the server's configuration to its default values. | |
SetApplicationProperties | Sets the application properties for the server. | |
SetIPFilters | Sets the IP filters for the server. | |
SetLiveStreams | Sets the server's live stream collection. | |
SetMIMETypes | Sets the server's MIME types. | |
SetNetworkProperties | Sets the network properties for the server. | |
Start | Starts the server. | |
Stop | Stops the server. |
Public Properties
Name | Description | |
---|---|---|
ILogHandler | Gets or sets the server's log handler. | |
State | Retrieves the server state. |
See Also