C# 클래스 PeerCastStation.Core.OutputStreamFactoryBase

상속: System.MarshalByRefObject, IOutputStreamFactory
파일 보기 프로젝트 열기: kumaryu/peercaststation

공개 메소드들

메소드 설명
Create ( Stream input_stream, Stream output_stream, EndPoint remote_endpoint, AccessControlInfo access_control, System.Guid channel_id, byte header ) : IOutputStream
OutputStreamFactoryBase ( PeerCastStation.Core.PeerCast peercast ) : System
ParseChannelID ( byte header ) : Guid?

메소드 상세

Create() 공개 추상적인 메소드

public abstract Create ( Stream input_stream, Stream output_stream, EndPoint remote_endpoint, AccessControlInfo access_control, System.Guid channel_id, byte header ) : IOutputStream
input_stream Stream
output_stream Stream
remote_endpoint System.Net.EndPoint
access_control AccessControlInfo
channel_id System.Guid
header byte
리턴 IOutputStream

OutputStreamFactoryBase() 공개 메소드

public OutputStreamFactoryBase ( PeerCastStation.Core.PeerCast peercast ) : System
peercast PeerCastStation.Core.PeerCast
리턴 System

ParseChannelID() 공개 추상적인 메소드

public abstract ParseChannelID ( byte header ) : Guid?
header byte
리턴 Guid?