示例#1
0
 public SMEVTextMessageEncoder(SMEVTextMessageEncoderFactory factory)
 {
     _factory      = factory;
     _innerEncoder = factory.InnerMessageFactory.Encoder;
     _contentType  = _factory.MediaType;
     LogPath       = _factory.LogPath;
 }
 public SMEVTextMessageEncoder(SMEVTextMessageEncoderFactory factory)
 {
     _factory = factory;
     _innerEncoder = factory.InnerMessageFactory.Encoder;
     _contentType = _factory.MediaType;
     LogPath = _factory.LogPath;
 }