MediaUrl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MediaUrl() |
Initializes a new instance of the MediaUrl class. |
MediaUrl(String, String) |
Initializes a new instance of the MediaUrl class. |
MediaUrl()
MediaUrl(String, String)
Initializes a new instance of the MediaUrl class.
public MediaUrl (string url = default, string profile = default);
new Microsoft.Bot.Schema.MediaUrl : string * string -> Microsoft.Bot.Schema.MediaUrl
Public Sub New (Optional url As String = Nothing, Optional profile As String = Nothing)
Parameters
- url
- String
Url for the media.
- profile
- String
Optional profile hint to the client to differentiate multiple MediaUrl objects from each other.