public SMEVTextMessageEncoder(SMEVTextMessageEncoderFactory factory)
 {
     this.factory = factory;
     innerEncoder = factory.InnerMessageFactory.Encoder;
     contentType = this.factory.MediaType;
 }
Exemple #2
0
 public SMEVTextMessageEncoder(SMEVTextMessageEncoderFactory factory)
 {
     this.factory = factory;
     innerEncoder = factory.InnerMessageFactory.Encoder;
     contentType  = this.factory.MediaType;
 }