StartSessionResponse Class |
Namespace: DotNetBrowser.Capture.Handlers
public sealed class StartSessionResponse
The StartSessionResponse type exposes the following members.
Name | Description | |
---|---|---|
Cancel |
Creates a StartSessionResponse that notifies the browser that the capture session request
should be canceled.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SelectSource(IBrowser, AudioMode) |
Creates a StartSessionResponse that notifies the browser to use the given browser as the
capture source.
| |
SelectSource(Source, AudioMode) |
Creates a StartSessionResponse that notifies the browser to use the given capture source.
| |
ShowSelectSourceDialog |
Creates a StartSessionResponse that notifies the browser to display the default dialog
for choosing the capture source.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |