Interface IExtendedRequest
.NET interface for TO BE DEFINED FROM USER
public interface IExtendedRequest : ISerializable
Properties
EncodedValue
byte[] EncodedValue { get; }
Property Value
- byte[]
ID
String ID { get; }
Property Value
Methods
CreateExtendedResponse(String, byte[], int, int)
ExtendedResponse CreateExtendedResponse(String arg0, byte[] arg1, int arg2, int arg3)