コード例 #1
0
ファイル: AsyncStreamWriter.cs プロジェクト: 7illusions/Emby
 /// <summary>
 /// Initializes a new instance of the <see cref="AsyncStreamWriter" /> class.
 /// </summary>
 public AsyncStreamWriter(IAsyncStreamSource source)
 {
     _source = source;
 }
コード例 #2
0
 public object GetAsyncStreamWriter(IAsyncStreamSource streamSource)
 {
     return(new AsyncStreamWriter(streamSource));
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AsyncStreamWriter" /> class.
 /// </summary>
 public AsyncStreamWriter(IAsyncStreamSource source)
 {
     _source = source;
 }