Class WebTransportServerParameters
Provides configuration parameters for a WebTransport server.
public class WebTransportServerParameters
- Inheritance
-
WebTransportServerParameters
- Inherited Members
Constructors
WebTransportServerParameters()
public WebTransportServerParameters()
Properties
WebTransportPath
Gets or sets the path relative to the root HTTP server path for resolving WebTransport requests.
public string WebTransportPath { get; set; }
Property Value
Methods
Clone()
Creates a shallow copy of this WebTransportServerParameters instance.
public WebTransportServerParameters Clone()
Returns
- WebTransportServerParameters
A new WebTransportServerParameters instance with the same property values.
Equals(WebTransportServerParameters)
Determines whether the specified WebTransportServerParameters is equal to this instance.
public bool Equals(WebTransportServerParameters obj)
Parameters
objWebTransportServerParametersThe WebTransportServerParameters to compare with this instance.
Returns
- bool
True if the specified object has the same property values as this instance; otherwise, false.