You've already forked linux-packaging-mono
Imported Upstream version 3.12.0
Former-commit-id: cf92446697332992ec36726e78eb8703e1f259d7
This commit is contained in:
@ -114,9 +114,9 @@ namespace System.ServiceModel.MonoInternal
|
||||
return client.EndProcess (method, operationName, parameters, result);
|
||||
}
|
||||
|
||||
public object Process (MethodBase method, string operationName, object [] parameters)
|
||||
public object Process (MethodBase method, string operationName, object [] parameters, OperationContext context)
|
||||
{
|
||||
return client.Process (method, operationName, parameters);
|
||||
return client.Process (method, operationName, parameters, context);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user