Class StreamRequest
Inheritance
System.Object
StreamRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TwitterSharp.Request
Assembly: TwitterSharp.dll
Syntax
public class StreamRequest
Constructors
| Improve this Doc View SourceStreamRequest(Expression)
Declaration
public StreamRequest(Expression value)
Parameters
Type | Name | Description |
---|---|---|
Expression | value |
StreamRequest(Expression, String)
Declaration
public StreamRequest(Expression value, string tag)
Parameters
Type | Name | Description |
---|---|---|
Expression | value | |
System.String | tag |
Properties
| Improve this Doc View SourceTag
Declaration
[JsonPropertyName("tag")]
public string Tag { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
[JsonPropertyName("value")]
public Expression Value { get; }
Property Value
Type | Description |
---|---|
Expression |