示例#1
0
 /// <summary>
 /// Creates a new instance of <see cref="WampRpcSerializer"/>.
 /// </summary>
 /// <param name="procUriMapper">A given <see cref="IWampProcUriMapper"/>
 /// used in order to map called methods to their corresponding
 /// uris.</param>
 public WampRpcSerializer(IWampProcUriMapper procUriMapper)
 {
     mProcUriMapper = procUriMapper;
 }
示例#2
0
 /// <summary>
 /// Creates a new instance of <see cref="WampRpcSerializer"/>.
 /// </summary>
 /// <param name="procUriMapper">A given <see cref="IWampProcUriMapper"/>
 /// used in order to map called methods to their corresponding
 /// uris.</param>
 public WampRpcSerializer(IWampProcUriMapper procUriMapper)
 {
     mProcUriMapper = procUriMapper;
 }