Class WsPcmServerParameters
Configuration parameters for the PCM over WebSocket server.
public class WsPcmServerParameters
- Inheritance
-
WsPcmServerParameters
- Inherited Members
Constructors
WsPcmServerParameters()
public WsPcmServerParameters()
Properties
WsPcmPath
Gets or sets the path relative to the root HTTP server path to resolve requests as PCM over WebSocket.
public string WsPcmPath { get; set; }
Property Value
Methods
Clone()
Creates a shallow copy of the current WsPcmServerParameters instance.
public WsPcmServerParameters Clone()
Returns
- WsPcmServerParameters
A new WsPcmServerParameters with the same property values.
Equals(WsPcmServerParameters)
Determines whether the specified WsPcmServerParameters is equal to the current instance.
public bool Equals(WsPcmServerParameters obj)
Parameters
objWsPcmServerParametersThe parameters object to compare with the current instance.
Returns
- bool
True if the specified object has the same property values; otherwise, false.