Interface IBuilderForUri
- Namespace
- Vonage.Video.AudioConnector.Start
- Assembly
- Vonage.dll
Represents a builder for Uri.
public interface IBuilderForUri
Methods
WithUrl(Uri)
Sets the Url on the builder.
IBuilderForOptional WithUrl(Uri value)
Parameters
valueUriThe Url.
Returns
- IBuilderForOptional
The builder.