Method | Description | |
---|---|---|
BytesToMessage ( byte input ) : byte[] |
Runs the interceptor on the input and returns the output as a byte array. Used to re-construct a message stream.
|
|
GZipMessageInterceptor ( |
Initializes a new instance of the GZipMessageInterceptor class.
|
|
MessageToBytes ( byte input ) : MessageInterceptorResult |
Runs the interceptor on the input and returns the output as a byte array. Used to serialize a message stream.
|
public BytesToMessage ( byte input ) : byte[] | ||
input | byte | The input. |
return | byte[] |
public GZipMessageInterceptor ( |
||
configuration | The configuration. | |
return | System.IO |
public MessageToBytes ( byte input ) : MessageInterceptorResult | ||
input | byte | The input. |
return | MessageInterceptorResult |